Home
last modified time | relevance | path

Searched defs:client_if (Results 1 – 17 of 17) sorted by relevance

/system/bt/btif/src/
Dbtif_gatt_client.cc244 void btif_gattc_unregister_app_impl(int client_if) { in btif_gattc_unregister_app_impl()
248 bt_status_t btif_gattc_unregister_app(int client_if) { in btif_gattc_unregister_app()
253 void btif_gattc_open_impl(int client_if, RawAddress address, bool is_direct, in btif_gattc_open_impl()
313 bt_status_t btif_gattc_open(int client_if, const RawAddress& bd_addr, in btif_gattc_open()
323 void btif_gattc_close_impl(int client_if, RawAddress address, int conn_id) { in btif_gattc_close_impl()
334 bt_status_t btif_gattc_close(int client_if, const RawAddress& bd_addr, in btif_gattc_close()
341 bt_status_t btif_gattc_refresh(int client_if, const RawAddress& bd_addr) { in btif_gattc_refresh()
483 void btif_gattc_reg_for_notification_impl(tGATT_IF client_if, in btif_gattc_reg_for_notification_impl()
494 bt_status_t btif_gattc_reg_for_notification(int client_if, in btif_gattc_reg_for_notification()
504 void btif_gattc_dereg_for_notification_impl(tGATT_IF client_if, in btif_gattc_dereg_for_notification_impl()
[all …]
Dbtif_ble_scanner.cc239 uint8_t client_if, uint8_t action, uint8_t filt_index, in ScanFilterParamSetup()
295 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage()
321 void BatchscanReadReports(int client_if, int scan_mode) override { in BatchscanReadReports()
/system/bt/bta/gatt/
Dbta_gattc_utils.cc47 tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if) { in bta_gattc_cl_get_regcb()
82 tBTA_GATTC_CLCB* bta_gattc_find_clcb_by_cif(uint8_t client_if, in bta_gattc_find_clcb_by_cif()
123 tBTA_GATTC_CLCB* bta_gattc_clcb_alloc(tGATT_IF client_if, in bta_gattc_clcb_alloc()
168 tBTA_GATTC_CLCB* bta_gattc_find_alloc_clcb(tGATT_IF client_if, in bta_gattc_find_alloc_clcb()
406 bool bta_gattc_mark_bg_conn(tGATT_IF client_if, in bta_gattc_mark_bg_conn()
465 bool bta_gattc_check_bg_conn(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_check_bg_conn()
Dbta_gattc_api.cc84 static void app_deregister_impl(tGATT_IF client_if) { in app_deregister_impl()
99 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister()
120 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
128 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
160 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen()
634 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, in BTA_GATTC_RegisterForNotifications()
697 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, in BTA_GATTC_DeregisterForNotifications()
Dbta_gattc_act.cc159 void bta_gattc_start_if(uint8_t client_if) { in bta_gattc_start_if()
172 uint8_t client_if = 0; in bta_gattc_register() local
305 void bta_gattc_process_enc_cmpl(tGATT_IF client_if, const RawAddress& bda) { in bta_gattc_process_enc_cmpl()
1015 tGATT_IF client_if = p_clreg->client_if; in bta_gattc_deregister_cmpl() local
Dbta_gattc_int.h91 tGATT_IF client_if; member
168 tGATT_IF client_if; member
235 tGATT_IF client_if; /* client interface with BTE stack for this application */ member
/system/connectivity/wificond/tests/
Dserver_unittest.cpp173 sp<IClientInterface> client_if; in TEST_F() local
191 sp<IClientInterface> client_if; in TEST_F() local
219 sp<IClientInterface> client_if; in TEST_F() local
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc37 bt_status_t FakeUnregisterClient(int client_if) { in FakeUnregisterClient()
43 bt_status_t FakeConnect(int client_if, const RawAddress& bd_addr, in FakeConnect()
52 bt_status_t FakeDisconnect(int client_if, const RawAddress& bd_addr, in FakeDisconnect()
187 int status, int client_if, const bluetooth::Uuid& app_uuid) { in NotifyRegisterClientCallback()
194 int client_if, in NotifyConnectCallback()
202 int conn_id, int status, int client_if, const RawAddress& bda) { in NotifyDisconnectCallback()
Dbluetooth_gatt_interface.cc84 void RegisterClientCallback(int status, int client_if, in RegisterClientCallback()
110 void ConnectCallback(int conn_id, int status, int client_if, in ConnectCallback()
122 void DisconnectCallback(int conn_id, int status, int client_if, in DisconnectCallback()
/system/bt/service/common/android/bluetooth/
DIBluetoothLowEnergy.aidl26 void UnregisterClient(int client_if); in UnregisterClient()
/system/bt/service/
Dgatt_server_old.cc117 int client_if; member
349 void RegisterClientCallback(int status, int client_if, in RegisterClientCallback()
385 void ClientConnectCallback(int conn_id, int status, int client_if, in ClientConnectCallback()
392 void ClientDisconnectCallback(int conn_id, int status, int client_if, in ClientDisconnectCallback()
/system/bt/bta/include/
Dbta_gatt_api.h105 tGATT_IF client_if; member
146 tGATT_IF client_if; member
155 tGATT_IF client_if; member
177 tGATT_IF client_if; member
183 tGATT_IF client_if; member
/system/bt/service/test/
Dlow_energy_scanner_unittest.cc78 uint8_t client_if, uint8_t action, uint8_t filt_index, in ScanFilterParamSetup()
/system/bt/include/hardware/
Dbt_common_types.h32 uint8_t client_if; member
/system/bt/bta/hearing_aid/
Dhearing_aid.cc347 tGATT_IF client_if, RawAddress address, in OnGattConnected()
1489 tGATT_IF client_if, RawAddress remote_bda, in OnGattDisconnected()
/system/bt/bta/hh/
Dbta_hh_le.cc203 bool bta_hh_le_is_hh_gatt_if(tGATT_IF client_if) { in bta_hh_le_is_hh_gatt_if()
/system/bt/bta/dm/
Dbta_dm_int.h362 tGATT_IF client_if; member