Searched defs:eatt_support (Results 1 – 16 of 16) sorted by relevance
| /packages/modules/Bluetooth/system/bta/test/ |
| D | bta_sdp_test.cc | 52 tGATT_CBACK* p_cb_info, bool eatt_support) { return 5; }; in SetUp()
|
| /packages/modules/Bluetooth/system/test/mock/ |
| D | mock_bta_gatts_api.cc | 49 tBTA_GATTS_CBACK* p_cback, bool eatt_support) { in BTA_GATTS_AppRegister()
|
| D | mock_bta_gattc_api.cc | 84 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister()
|
| D | mock_stack_gatt_api.cc | 233 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register()
|
| /packages/modules/Bluetooth/system/bta/test/common/ |
| D | bta_gatt_api_mock.cc | 31 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister()
|
| /packages/modules/Bluetooth/system/bta/gatt/ |
| D | bta_gatts_api.cc | 86 tBTA_GATTS_CBACK* p_cback, bool eatt_support) { in BTA_GATTS_AppRegister()
|
| D | bta_gatts_int.h | 71 bool eatt_support; member
|
| D | bta_gattc_api.cc | 82 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister()
|
| D | bta_gattc_act.cc | 173 BtaAppRegisterCallback cb, bool eatt_support) { in bta_gattc_register()
|
| /packages/modules/Bluetooth/system/btif/src/ |
| D | btif_gatt_server.cc | 279 bool eatt_support) { in btif_gatts_register_app()
|
| D | btif_gatt_client.cc | 245 bool eatt_support) { in btif_gattc_register_app() 249 [](const Uuid& uuid, bool eatt_support) { in btif_gattc_register_app()
|
| /packages/modules/Bluetooth/system/stack/gatt/ |
| D | gatt_utils.cc | 1047 bool eatt_support, in gatt_tcb_get_cid_available_for_indication() 1109 uint16_t gatt_tcb_get_att_cid(tGATT_TCB& tcb, bool eatt_support) { in gatt_tcb_get_att_cid()
|
| D | gatt_api.cc | 1225 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register()
|
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ |
| D | IBluetoothGatt.aidl | 104 …erClient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support, in Attribu… in registerClient() 153 …er(in ParcelUuid appId, in IBluetoothGattServerCallback callback, boolean eatt_support, in Attribu… in registerServer()
|
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | GattService.java | 641 boolean eatt_support, AttributionSource attributionSource) { in registerClient() 646 service.registerClient(uuid.getUuid(), callback, eatt_support, attributionSource); in registerClient() local 1246 boolean eatt_support, AttributionSource attributionSource) { in registerServer() 1251 service.registerServer(uuid.getUuid(), callback, eatt_support, attributionSource); in registerServer() local 3602 void registerClient(UUID uuid, IBluetoothGattCallback callback, boolean eatt_support, in registerClient() 3614 uuid.getMostSignificantBits(), eatt_support); in registerClient() local 4500 void registerServer(UUID uuid, IBluetoothGattServerCallback callback, boolean eatt_support, in registerServer() 4512 uuid.getMostSignificantBits(), eatt_support); in registerServer() local
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_gatt.cpp | 1426 jboolean eatt_support) { in gattClientRegisterAppNative() 2013 jboolean eatt_support) { in gattServerRegisterAppNative()
|