Home
last modified time | relevance | path

Searched refs:GattDescriptor (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dgatt_connected_base_test.py33 from blueberry.utils.bt_gatt_constants import GattDescriptor
139 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0]
142 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0],
145 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0],
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py29 from blueberry.utils.bt_gatt_constants import GattDescriptor
213 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0],
216 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0],
284 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0],
287 'property': GattDescriptor.PERMISSION_READ[0] | GattDescriptor.PERMISSION_WRITE[0],
Dbt_gatt_constants.py214 class GattDescriptor(list, enum.Enum): class
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/
Dgatt_notify_test.py28 from blueberry.utils.bt_gatt_constants import GattDescriptor
61 GattCharDesc.GATT_CLIENT_CHARAC_CFG_UUID, GattDescriptor.ENABLE_NOTIFICATION_VALUE)
/packages/modules/Bluetooth/system/service/test/
Dparcelable_unittest.cc156 TEST(ParcelableTest, GattDescriptor) { in TEST() argument