/packages/modules/Bluetooth/system/bta/dm/ |
D | bta_dm_gatt_client.cc | 74 bool eatt_support) { in __anon3962861c0502() 77 (eatt_support) ? 'T' : 'F')); in __anon3962861c0502() 78 BTA_GATTC_AppRegister(p_client_cb, cb, eatt_support); in __anon3962861c0502()
|
D | bta_dm_gatt_client.h | 38 BtaAppRegisterCallback cb, bool eatt_support);
|
D | bta_dm_disc.cc | 117 BtaAppRegisterCallback cb, bool eatt_support); 138 bool eatt_support) { in __anon788b21910602() argument 139 BTA_GATTC_AppRegister(p_client_cb, cb, eatt_support); in __anon788b21910602()
|
D | bta_dm_disc_legacy.cc | 133 BtaAppRegisterCallback cb, bool eatt_support); 166 bool eatt_support) { in __anonf50479c50602() argument 169 (eatt_support) ? 'T' : 'F')); in __anonf50479c50602() 170 BTA_GATTC_AppRegister(p_client_cb, cb, eatt_support); in __anonf50479c50602()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_api.cc | 88 tBTA_GATTS_CBACK* p_cback, bool eatt_support) { in BTA_GATTS_AppRegister() argument 99 p_buf->eatt_support = eatt_support; in BTA_GATTS_AppRegister()
|
D | bta_gattc_api.cc | 82 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister() argument 83 log::debug("eatt_support={}", eatt_support); in BTA_GATTC_AppRegister() 94 std::move(cb), eatt_support)); in BTA_GATTC_AppRegister()
|
D | bta_gatts_int.h | 71 bool eatt_support; member
|
D | bta_gattc_int.h | 369 bool eatt_support);
|
/packages/modules/Bluetooth/system/bta/test/common/ |
D | bta_gatt_api_mock.h | 31 BtaAppRegisterCallback cb, bool eatt_support) = 0; 62 bool eatt_support),
|
D | bta_gatt_api_mock.cc | 35 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister() argument 37 gatt_interface->AppRegister(p_client_cb, cb, eatt_support); in BTA_GATTC_AppRegister()
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_gatt_api.h | 393 tGATT_CBACK* p_cb_info, bool eatt_support)> 398 tGATT_CBACK* p_cb_info, bool eatt_support) { in operator() 399 return body(app_uuid128, name, p_cb_info, eatt_support); in operator()
|
D | mock_stack_gatt_api.cc | 232 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register() argument 235 eatt_support); in GATT_Register()
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_api.cc | 471 if (!gatt_tcb_get_cid_available_for_indication(p_tcb, p_reg->eatt_support, in GATTS_HandleValueIndication() 613 uint16_t cid = gatt_tcb_get_att_cid(*p_tcb, p_reg->eatt_support); in GATTS_HandleValueNotification() 1221 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register() argument 1237 eatt_support = true; in GATT_Register() 1249 p_reg->eatt_support = eatt_support; in GATT_Register() 1252 app_uuid128.ToString(), gatt_if, eatt_support); in GATT_Register()
|
D | gatt_int.h | 198 bool eatt_support{false}; 595 bool eatt_support, 600 uint16_t gatt_tcb_get_att_cid(tGATT_TCB& tcb, bool eatt_support);
|
D | gatt_utils.cc | 1093 clcb.cid = gatt_tcb_get_att_cid(*p_tcb, p_reg->eatt_support); in gatt_clcb_alloc() 1112 bool eatt_support, in gatt_tcb_get_cid_available_for_indication() argument 1115 if (p_tcb->eatt && eatt_support) { in gatt_tcb_get_cid_available_for_indication() 1175 uint16_t gatt_tcb_get_att_cid(tGATT_TCB& tcb, bool eatt_support) { in gatt_tcb_get_att_cid() argument 1176 if (eatt_support && tcb.eatt) { in gatt_tcb_get_att_cid()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 261 bool eatt_support) { in btif_gattc_register_app() argument 265 [](const Uuid& uuid, bool eatt_support) { in btif_gattc_register_app() argument 278 eatt_support); in btif_gattc_register_app() 280 uuid, eatt_support)); in btif_gattc_register_app()
|
D | btif_gatt_server.cc | 277 bool eatt_support) { in btif_gatts_register_app() argument 281 Bind(&BTA_GATTS_AppRegister, bt_uuid, &btapp_gatts_cback, eatt_support)); in btif_gatts_register_app()
|
/packages/modules/Bluetooth/system/bta/test/ |
D | bta_test_fixtures.h | 68 bool eatt_support) -> tGATT_IF { return kGattRegisteredIf; }; in SetUp()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_gatt_server.h | 150 bool eatt_support);
|
D | bt_gatt_client.h | 218 bool eatt_support);
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothGatt.aidl | 103 …ient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support, in Attribution… in registerClient() argument 152 …n ParcelUuid appId, in IBluetoothGattServerCallback callback, boolean eatt_support, in Attribution… in registerServer() argument
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 471 BtaAppRegisterCallback cb, bool eatt_support); 921 tBTA_GATTS_CBACK* p_cback, bool eatt_support);
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | gatt_client.py | 666 def register_client(self, app_uuid, eatt_support): argument 685 self.callback_id = self.proxy().RegisterClient(app_uuid, objpath, eatt_support)
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth_gatt.rs | 752 eatt_support: bool, in register_client() 918 eatt_support: bool, in register_server()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | gatt.rs | 1175 pub fn register_client(&self, uuid: &Uuid, eatt_support: bool) -> BtStatus { in register_client() 1176 BtStatus::from(ccall!(self, register_client, uuid, eatt_support)) in register_client() 1376 pub fn register_server(&self, uuid: &Uuid, eatt_support: bool) -> BtStatus { in register_server() 1377 BtStatus::from(ccall!(self, register_server, uuid, eatt_support)) in register_server()
|