/system/bt/bta/test/common/ |
D | bta_gatt_api_mock.cc | 28 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister() argument 29 gatt_interface->AppRegister(p_client_cb, cb, eatt_support); in BTA_GATTC_AppRegister()
|
D | bta_gatt_api_mock.h | 29 BtaAppRegisterCallback cb, bool eatt_support) = 0; 59 bool eatt_support),
|
/system/bt/bta/gatt/ |
D | bta_gatts_api.cc | 84 tBTA_GATTS_CBACK* p_cback, bool eatt_support) { in BTA_GATTS_AppRegister() argument 95 p_buf->eatt_support = eatt_support; in BTA_GATTS_AppRegister()
|
D | bta_gatts_int.h | 67 bool eatt_support; member
|
D | bta_gattc_api.cc | 75 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister() argument 81 std::move(cb), eatt_support)); in BTA_GATTC_AppRegister()
|
D | bta_gattc_int.h | 330 BtaAppRegisterCallback cb, bool eatt_support);
|
D | bta_gatts_act.cc | 213 p_msg->api_reg.eatt_support); in bta_gatts_register()
|
/system/bt/service/hal/ |
D | fake_bluetooth_gatt_interface.h | 40 bool eatt_support) = 0; 57 bool eatt_support) = 0;
|
D | fake_bluetooth_gatt_interface.cc | 32 bool eatt_support) { in FakeRegisterClient() argument 63 bool eatt_support) { in FakeRegisterServer() argument
|
/system/bt/test/mock/ |
D | mock_bta_gatts_api.cc | 49 tBTA_GATTS_CBACK* p_cback, bool eatt_support) { in BTA_GATTS_AppRegister() argument
|
D | mock_stack_gatt.cc | 86 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register() argument
|
D | mock_bta_gattc_api.cc | 84 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister() argument
|
/system/bt/btif/src/ |
D | btif_gatt_client.cc | 258 bool eatt_support) { in btif_gattc_register_app() argument 262 [](const Uuid& uuid, bool eatt_support) { in btif_gattc_register_app() argument 275 eatt_support); in btif_gattc_register_app() 277 uuid, eatt_support)); in btif_gattc_register_app()
|
D | btif_gatt_server.cc | 271 bool eatt_support) { in btif_gatts_register_app() argument 275 Bind(&BTA_GATTS_AppRegister, bt_uuid, &btapp_gatts_cback, eatt_support)); in btif_gatts_register_app()
|
/system/bt/stack/gatt/ |
D | gatt_api.cc | 462 if (!gatt_tcb_get_cid_available_for_indication(p_tcb, p_reg->eatt_support, in GATTS_HandleValueIndication() 528 uint16_t cid = gatt_tcb_get_att_cid(*p_tcb, p_reg->eatt_support); in GATTS_HandleValueNotification() 992 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register() argument 1015 p_reg->eatt_support = eatt_support; in GATT_Register() 1019 eatt_support); in GATT_Register()
|
D | gatt_utils.cc | 956 if (p_reg->eatt_support) possible_plcb += p_tcb->eatt; in gatt_is_clcb_allocated() 1016 p_clcb->cid = gatt_tcb_get_att_cid(*p_tcb, p_reg->eatt_support); in gatt_clcb_alloc() 1036 bool eatt_support, in gatt_tcb_get_cid_available_for_indication() argument 1039 if (p_tcb->eatt && eatt_support) { in gatt_tcb_get_cid_available_for_indication() 1098 uint16_t gatt_tcb_get_att_cid(tGATT_TCB& tcb, bool eatt_support) { in gatt_tcb_get_att_cid() argument 1099 if (eatt_support && tcb.eatt) { in gatt_tcb_get_att_cid()
|
D | gatt_int.h | 195 bool eatt_support{false}; 561 tGATT_TCB* p_tcb, bool eatt_support, uint16_t** indicate_handle_p, 565 extern uint16_t gatt_tcb_get_att_cid(tGATT_TCB& tcb, bool eatt_support);
|
/system/bt/include/hardware/ |
D | bt_gatt_server.h | 142 bool eatt_support);
|
D | bt_gatt_client.h | 215 bool eatt_support);
|
/system/bt/service/test/ |
D | gatt_client_unittest.cc | 37 bt_status_t(const bluetooth::Uuid&, bool eatt_support));
|
D | low_energy_client_unittest.cc | 45 bt_status_t(const bluetooth::Uuid&, bool eatt_support));
|
D | gatt_server_unittest.cc | 36 bt_status_t(const bluetooth::Uuid&, bool eatt_support));
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 420 BtaAppRegisterCallback cb, bool eatt_support); 846 tBTA_GATTS_CBACK* p_cback, bool eatt_support);
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothGatt.aidl | 97 …ient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support, in Attribution… in registerClient() argument 147 …n ParcelUuid appId, in IBluetoothGattServerCallback callback, boolean eatt_support, in Attribution… in registerServer() argument
|
/system/bt/stack/include/ |
D | gatt_api.h | 1032 bool eatt_support);
|