/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/ |
D | gatt.proto | 10 service GATT { service 26 // Clears DUT GATT cache. 38 // Register a GATT service 88 // A message representing a GATT service. 97 // A message representing a GATT characteristic. 106 // A message representing a GATT descriptors.
|
D | asha.proto | 25 // ASHA uses connection-oriented L2CAP channels (CoC) and GATT.
|
/packages/modules/Bluetooth/system/gd/rust/linux/docs/ |
D | glossary.md | 32 References: Core Specification, GATT 50 Common aliases: GATT 72 ### HID over GATT Profile 75 Profile for supporting HID devices via the GATT protocol for Bluetooth LE
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothProfile.java | 117 int GATT = 7; field 440 case GATT: in getProfileName()
|
D | BluetoothManager.java | 139 if (profile != BluetoothProfile.GATT && profile != BluetoothProfile.GATT_SERVER) { in getDevicesMatchingConnectionStates()
|
/packages/modules/Bluetooth/android/pandora/test/ |
D | gatt_test.py | 34 from pandora_experimental.gatt_grpc import GATT 35 from pandora_experimental.gatt_grpc_aio import GATT as AioGATT, add_GATTServicer_to_server 71 gatt = GATT(self.dut.channel) 92 gatt = GATT(self.ref.channel)
|
/packages/modules/Bluetooth/framework/tests/bumble/doc/ |
D | overview.md | 24 * Tests the Bluetooth GATT connection process with a mock callback. 47 … // 2. Create a mock callback to handle Bluetooth GATT (Generic Attribute Profile) related events.
|
D | guide.md | 163 ### 4. Create Mock Callback for GATT Events 184 ### 6. Discover and Verify GATT Services 219 Android Bluetooth frameworks, leveraging both gRPC and Bluetooth GATT interactions. For the detailed
|
/packages/modules/Bluetooth/flags/ |
D | gap.aconfig | 50 description: "Enumerate GATT error situations" 176 …description: "Re-initiate discovery if the previous discovery is canceled for multiple GATT client…
|
D | hid.aconfig | 22 description: "Do not request GATT connection while the HOGP is already connected"
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | hogp.py | 29 from pandora_experimental.gatt_grpc import GATT 44 self.gatt = GATT(channel)
|
D | gap.py | 22 from pandora_experimental.gatt_grpc import GATT 34 self.gatt = GATT(channel)
|
D | gatt.py | 24 from pandora_experimental.gatt_grpc import GATT 84 self.gatt = GATT(channel)
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_constants.py | 118 GATT = 7 variable in BluetoothProfile
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | ProfileServiceTest.java | 146 && profile != BluetoothProfile.GATT) in setUp() 210 if (profile == BluetoothProfile.GATT) { in testEnableDisableInterleaved()
|
D | AdapterServiceTest.java | 190 || profileId == BluetoothProfile.GATT; in configureEnabledProfiles()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | Config.java | 118 new ProfileConfig(GattService.isEnabled(), BluetoothProfile.GATT), 163 new ProfileConfig(GattService.isEnabled(), BluetoothProfile.GATT),
|
D | AdapterService.java | 1071 && supportedProfileServices[0] == BluetoothProfile.GATT) { in startProfileServices() 1116 mStartedProfiles.put(BluetoothProfile.GATT, mGattService); in startGattProfileService() 1135 mStartedProfiles.remove(BluetoothProfile.GATT); in stopGattProfileService() 1527 Map.entry(BluetoothProfile.GATT, GattService::new), 1581 if (profileId == BluetoothProfile.GATT) { in setAllProfileServiceStates()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Server.kt | 61 BluetoothProfile.GATT to ::Gatt,
|
/packages/modules/Bluetooth/system/gd/metrics/chromeos/ |
D | metrics_event.h | 93 GATT = 7, enumerator
|
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/cts/ |
D | TestUtils.java | 68 case BluetoothProfile.GATT -> { in isProfileEnabled()
|
/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | README.md | 23 authentication have a higher fuzzing priority. This includes the SDP, GATT, SMP
|
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/ |
D | bluetooth.proto | 259 GATT = 7; enumerator
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1328 BluetoothProfile.GATT, address, clientIf, connectionState, status); in onConnected() 1369 BluetoothProfile.GATT, in onDisconnected() 2142 BluetoothProfile.GATT, in clientConnect() 2161 BluetoothProfile.GATT, in clientDisconnect()
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/ |
D | gatt_connect_test.py | 854 conn_cen_devices = self.central.sl4a.bluetoothGetConnectedLeDevices(BluetoothProfile.GATT)
|