Home
last modified time | relevance | path

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

12

/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_gatt_client.cc74 bool eatt_support) { in __anon3962861c0502()
77 (eatt_support) ? 'T' : 'F')); in __anon3962861c0502()
78 BTA_GATTC_AppRegister(p_client_cb, cb, eatt_support); in __anon3962861c0502()
Dbta_dm_gatt_client.h38 BtaAppRegisterCallback cb, bool eatt_support);
Dbta_dm_disc.cc117 BtaAppRegisterCallback cb, bool eatt_support);
138 bool eatt_support) { in __anon788b21910602() argument
139 BTA_GATTC_AppRegister(p_client_cb, cb, eatt_support); in __anon788b21910602()
Dbta_dm_disc_legacy.cc133 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/
Dbta_gatts_api.cc88 tBTA_GATTS_CBACK* p_cback, bool eatt_support) { in BTA_GATTS_AppRegister() argument
99 p_buf->eatt_support = eatt_support; in BTA_GATTS_AppRegister()
Dbta_gattc_api.cc82 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()
Dbta_gatts_int.h71 bool eatt_support; member
Dbta_gattc_int.h369 bool eatt_support);
/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.h31 BtaAppRegisterCallback cb, bool eatt_support) = 0;
62 bool eatt_support),
Dbta_gatt_api_mock.cc35 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/
Dmock_stack_gatt_api.h393 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()
Dmock_stack_gatt_api.cc232 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register() argument
235 eatt_support); in GATT_Register()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc471 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()
Dgatt_int.h198 bool eatt_support{false};
595 bool eatt_support,
600 uint16_t gatt_tcb_get_att_cid(tGATT_TCB& tcb, bool eatt_support);
Dgatt_utils.cc1093 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/
Dbtif_gatt_client.cc261 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()
Dbtif_gatt_server.cc277 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/
Dbta_test_fixtures.h68 bool eatt_support) -> tGATT_IF { return kGattRegisteredIf; }; in SetUp()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_server.h150 bool eatt_support);
Dbt_gatt_client.h218 bool eatt_support);
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl103 …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/
Dbta_gatt_api.h471 BtaAppRegisterCallback cb, bool eatt_support);
921 tBTA_GATTS_CBACK* p_cback, bool eatt_support);
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py666 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/
Diface_bluetooth_gatt.rs752 eatt_support: bool, in register_client()
918 eatt_support: bool, in register_server()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs1175 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()

12