Home
last modified time | relevance | path

Searched refs:GATT (Results 1 – 25 of 40) sorted by relevance

12

/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dgatt.proto10 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.
Dasha.proto25 // ASHA uses connection-oriented L2CAP channels (CoC) and GATT.
/packages/modules/Bluetooth/system/gd/rust/linux/docs/
Dglossary.md32 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/
DBluetoothProfile.java117 int GATT = 7; field
440 case GATT: in getProfileName()
DBluetoothManager.java139 if (profile != BluetoothProfile.GATT && profile != BluetoothProfile.GATT_SERVER) { in getDevicesMatchingConnectionStates()
/packages/modules/Bluetooth/android/pandora/test/
Dgatt_test.py34 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/
Doverview.md24 * 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.
Dguide.md163 ### 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/
Dgap.aconfig50 description: "Enumerate GATT error situations"
176 …description: "Re-initiate discovery if the previous discovery is canceled for multiple GATT client…
Dhid.aconfig22 description: "Do not request GATT connection while the HOGP is already connected"
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/
Dhogp.py29 from pandora_experimental.gatt_grpc import GATT
44 self.gatt = GATT(channel)
Dgap.py22 from pandora_experimental.gatt_grpc import GATT
34 self.gatt = GATT(channel)
Dgatt.py24 from pandora_experimental.gatt_grpc import GATT
84 self.gatt = GATT(channel)
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_constants.py118 GATT = 7 variable in BluetoothProfile
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DProfileServiceTest.java146 && profile != BluetoothProfile.GATT) in setUp()
210 if (profile == BluetoothProfile.GATT) { in testEnableDisableInterleaved()
DAdapterServiceTest.java190 || profileId == BluetoothProfile.GATT; in configureEnabledProfiles()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DConfig.java118 new ProfileConfig(GattService.isEnabled(), BluetoothProfile.GATT),
163 new ProfileConfig(GattService.isEnabled(), BluetoothProfile.GATT),
DAdapterService.java1071 && 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/
DServer.kt61 BluetoothProfile.GATT to ::Gatt,
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.h93 GATT = 7, enumerator
/packages/modules/Bluetooth/framework/tests/util/src/android/bluetooth/cts/
DTestUtils.java68 case BluetoothProfile.GATT -> { in isProfileEnabled()
/packages/modules/Bluetooth/system/stack/fuzzers/
DREADME.md23 authentication have a higher fuzzing priority. This includes the SDP, GATT, SMP
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto259 GATT = 7; enumerator
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1328 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/
Dgatt_connect_test.py854 conn_cen_devices = self.central.sl4a.bluetoothGetConnectedLeDevices(BluetoothProfile.GATT)

12