This file is indexed.

/usr/share/doc/bluez/sap-api.txt is in bluez 4.98-2ubuntu7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
BlueZ D-Bus Sim Access Profile API description
***********************************

Copyright (C) 2010 ST-Ericsson SA


Sim Access Profile hierarchy
============================

Service		org.bluez
Interface	org.bluez.SimAccess
Object path	[variable prefix]/{hci0,hci1,...}

Methods		void Disconnect()

			Disconnects SAP client from the server.

			Possible errors: org.bluez.Error.Failed

		dict GetProperties()

			Return all properties for the interface. See the
			properties section for available properties.

			Possible Errors: org.bluez.Error.Failed

Signals		PropertyChanged(string name, variant value)

			This signal indicates a changed value of the given
			property.

Properties	boolean Connected [readonly]

			Indicates if SAP client is connected to the server.