Searched defs:eatt_support (Results 1 – 16 of 16) sorted by relevance
/packages/modules/Bluetooth/system/bta/test/common/ |
D | bta_gatt_api_mock.cc | 35 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister() 136 bool eatt_support) { in BTA_GATTS_AppRegister()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_api.cc | 87 bool eatt_support) { in BTA_GATTS_AppRegister()
|
D | bta_gatts_int.h | 71 bool eatt_support; member
|
D | bta_gattc_api.cc | 80 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister()
|
D | bta_gattc_act.cc | 168 BtaAppRegisterCallback cb, bool eatt_support) { in bta_gattc_register()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 34 …erClient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support, in Attribu… in registerClient() 83 …er(in ParcelUuid appId, in IBluetoothGattServerCallback callback, boolean eatt_support, in Attribu… in registerServer()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_server.cc | 284 static bt_status_t btif_gatts_register_app(const Uuid& bt_uuid, bool eatt_support) { in btif_gatts_register_app()
|
D | btif_gatt_client.cc | 279 static bt_status_t btif_gattc_register_app(const Uuid& uuid, const char* name, bool eatt_support) { in btif_gattc_register_app() 283 [](const Uuid& uuid, const std::string& name, bool eatt_support) { in btif_gattc_register_app()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattService.java | 1023 boolean eatt_support, in registerClient() 1048 uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), name, eatt_support); in registerClient() local 2124 boolean eatt_support, in registerServer() 2133 uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eatt_support); in registerServer() local
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.cc | 212 bool eatt_support) { in GATT_Register()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_utils.cc | 1122 bool gatt_tcb_get_cid_available_for_indication(tGATT_TCB* p_tcb, bool eatt_support, in gatt_tcb_get_cid_available_for_indication() 1181 uint16_t gatt_tcb_get_att_cid(tGATT_TCB& tcb, bool eatt_support) { in gatt_tcb_get_att_cid()
|
D | gatt_api.cc | 1230 bool eatt_support) { in GATT_Register()
|
/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_disc.cc | 127 BtaAppRegisterCallback cb, bool eatt_support) { in __anon7b0052870602()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 666 def register_client(self, app_uuid, eatt_support): argument
|
D | gatt_server.py | 1325 def register_server(self, app_uuid, eatt_support): argument
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 1272 jlong app_uuid_msb, jstring name, jboolean eatt_support) { in gattClientRegisterAppNative() 2030 jlong app_uuid_msb, jboolean eatt_support) { in gattServerRegisterAppNative()
|