Home
last modified time | relevance | path

Searched refs:eatt_support (Results 1 – 25 of 25) sorted by relevance

/system/bt/bta/test/common/
Dbta_gatt_api_mock.cc28 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister() argument
29 gatt_interface->AppRegister(p_client_cb, cb, eatt_support); in BTA_GATTC_AppRegister()
Dbta_gatt_api_mock.h29 BtaAppRegisterCallback cb, bool eatt_support) = 0;
59 bool eatt_support),
/system/bt/bta/gatt/
Dbta_gatts_api.cc84 tBTA_GATTS_CBACK* p_cback, bool eatt_support) { in BTA_GATTS_AppRegister() argument
95 p_buf->eatt_support = eatt_support; in BTA_GATTS_AppRegister()
Dbta_gatts_int.h67 bool eatt_support; member
Dbta_gattc_api.cc75 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister() argument
81 std::move(cb), eatt_support)); in BTA_GATTC_AppRegister()
Dbta_gattc_int.h330 BtaAppRegisterCallback cb, bool eatt_support);
Dbta_gatts_act.cc213 p_msg->api_reg.eatt_support); in bta_gatts_register()
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.h40 bool eatt_support) = 0;
57 bool eatt_support) = 0;
Dfake_bluetooth_gatt_interface.cc32 bool eatt_support) { in FakeRegisterClient() argument
63 bool eatt_support) { in FakeRegisterServer() argument
/system/bt/test/mock/
Dmock_bta_gatts_api.cc49 tBTA_GATTS_CBACK* p_cback, bool eatt_support) { in BTA_GATTS_AppRegister() argument
Dmock_stack_gatt.cc86 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register() argument
Dmock_bta_gattc_api.cc84 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister() argument
/system/bt/btif/src/
Dbtif_gatt_client.cc258 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()
Dbtif_gatt_server.cc271 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/
Dgatt_api.cc462 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()
Dgatt_utils.cc956 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()
Dgatt_int.h195 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/
Dbt_gatt_server.h142 bool eatt_support);
Dbt_gatt_client.h215 bool eatt_support);
/system/bt/service/test/
Dgatt_client_unittest.cc37 bt_status_t(const bluetooth::Uuid&, bool eatt_support));
Dlow_energy_client_unittest.cc45 bt_status_t(const bluetooth::Uuid&, bool eatt_support));
Dgatt_server_unittest.cc36 bt_status_t(const bluetooth::Uuid&, bool eatt_support));
/system/bt/bta/include/
Dbta_gatt_api.h420 BtaAppRegisterCallback cb, bool eatt_support);
846 tBTA_GATTS_CBACK* p_cback, bool eatt_support);
/system/bt/binder/android/bluetooth/
DIBluetoothGatt.aidl97 …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/
Dgatt_api.h1032 bool eatt_support);