Home
last modified time | relevance | path

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

/system/bt/bta/test/common/
Dbta_gatt_api_mock.cc32 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister()
36 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
43 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
48 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen()
74 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, in BTA_GATTC_RegisterForNotifications()
81 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, in BTA_GATTC_DeregisterForNotifications()
/system/bt/btif/src/
Dbtif_gatt_client.cc280 static void btif_gattc_unregister_app_impl(int client_if) { in btif_gattc_unregister_app_impl()
284 static bt_status_t btif_gattc_unregister_app(int client_if) { in btif_gattc_unregister_app()
289 void btif_gattc_open_impl(int client_if, RawAddress address, bool is_direct, in btif_gattc_open_impl()
349 static bt_status_t btif_gattc_open(int client_if, const RawAddress& bd_addr, in btif_gattc_open()
359 void btif_gattc_close_impl(int client_if, RawAddress address, int conn_id) { in btif_gattc_close_impl()
370 static bt_status_t btif_gattc_close(int client_if, const RawAddress& bd_addr, in btif_gattc_close()
377 static bt_status_t btif_gattc_refresh(int client_if, in btif_gattc_refresh()
526 static void btif_gattc_reg_for_notification_impl(tGATT_IF client_if, in btif_gattc_reg_for_notification_impl()
537 bt_status_t btif_gattc_reg_for_notification(int client_if, in btif_gattc_reg_for_notification()
547 static void btif_gattc_dereg_for_notification_impl(tGATT_IF client_if, in btif_gattc_dereg_for_notification_impl()
[all …]
Dbtif_ble_scanner.cc243 uint8_t client_if, uint8_t action, uint8_t filt_index, in ScanFilterParamSetup()
299 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage()
326 void BatchscanReadReports(int client_if, int scan_mode) override { in BatchscanReadReports()
/system/bt/bta/gatt/
Dbta_gattc_utils.cc55 tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if) { in bta_gattc_cl_get_regcb()
90 tBTA_GATTC_CLCB* bta_gattc_find_clcb_by_cif(uint8_t client_if, in bta_gattc_find_clcb_by_cif()
131 tBTA_GATTC_CLCB* bta_gattc_clcb_alloc(tGATT_IF client_if, in bta_gattc_clcb_alloc()
176 tBTA_GATTC_CLCB* bta_gattc_find_alloc_clcb(tGATT_IF client_if, in bta_gattc_find_alloc_clcb()
414 bool bta_gattc_mark_bg_conn(tGATT_IF client_if, in bta_gattc_mark_bg_conn()
473 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()
127 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
159 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen()
641 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, in BTA_GATTC_RegisterForNotifications()
704 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, in BTA_GATTC_DeregisterForNotifications()
Dbta_gattc_act.cc155 void bta_gattc_start_if(uint8_t client_if) { in bta_gattc_start_if()
168 uint8_t client_if = 0; in bta_gattc_register() local
311 void bta_gattc_process_enc_cmpl(tGATT_IF client_if, const RawAddress& bda) { in bta_gattc_process_enc_cmpl()
1081 tGATT_IF client_if = p_clreg->client_if; in bta_gattc_deregister_cmpl() local
Dbta_gattc_int.h88 tGATT_IF client_if; member
165 tGATT_IF client_if; member
238 tGATT_IF client_if; /* client interface with BTE stack for this application */ member
/system/bt/test/mock/
Dmock_bta_gattc_api.cc68 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, in BTA_GATTC_DeregisterForNotifications()
74 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, in BTA_GATTC_RegisterForNotifications()
80 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister()
87 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen()
111 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
115 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
/system/connectivity/wificond/tests/
Dserver_unittest.cpp195 sp<IClientInterface> client_if; in TEST_F() local
213 sp<IClientInterface> client_if; in TEST_F() local
288 sp<IClientInterface> client_if; in TEST_F() local
392 sp<IClientInterface> client_if; in TEST_F() local
420 sp<IClientInterface> client_if; in TEST_F() local
/system/bt/service/hal/
Dfake_bluetooth_gatt_interface.cc39 bt_status_t FakeUnregisterClient(int client_if) { in FakeUnregisterClient()
45 bt_status_t FakeConnect(int client_if, const RawAddress& bd_addr, in FakeConnect()
54 bt_status_t FakeDisconnect(int client_if, const RawAddress& bd_addr, in FakeDisconnect()
191 int status, int client_if, const bluetooth::Uuid& app_uuid) { in NotifyRegisterClientCallback()
198 int client_if, in NotifyConnectCallback()
206 int conn_id, int status, int client_if, const RawAddress& bda) { in NotifyDisconnectCallback()
Dbluetooth_gatt_interface.cc85 void RegisterClientCallback(int status, int client_if, in RegisterClientCallback()
111 void ConnectCallback(int conn_id, int status, int client_if, in ConnectCallback()
123 void DisconnectCallback(int conn_id, int status, int client_if, in DisconnectCallback()
/system/bt/main/shim/
Dle_scanning_manager.cc85 uint8_t client_if, uint8_t action, uint8_t filter_index, in ScanFilterParamSetup()
172 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage()
204 void BatchscanReadReports(int client_if, int scan_mode) { in BatchscanReadReports()
305 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports()
314 void OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed()
Dbtm.cc135 void Btm::ScanningCallbacks::OnBatchScanReports(int client_if, int status, in OnBatchScanReports()
140 void Btm::ScanningCallbacks::OnBatchScanThresholdCrossed(int client_if){}; in OnBatchScanThresholdCrossed()
/system/bt/service/common/android/bluetooth/
DIBluetoothLowEnergy.aidl26 void UnregisterClient(int client_if); in UnregisterClient()
/system/bt/gd/hci/facade/
Dle_scanning_manager_facade.cc92 …void OnBatchScanReports(int client_if, int status, int report_format, int num_records, std::vector… in OnBatchScanReports()
93 void OnBatchScanThresholdCrossed(int client_if){}; in OnBatchScanThresholdCrossed()
/system/bt/service/
Dgatt_server_old.cc117 int client_if; member
350 void RegisterClientCallback(int status, int client_if, in RegisterClientCallback()
386 void ClientConnectCallback(int conn_id, int status, int client_if, in ClientConnectCallback()
393 void ClientDisconnectCallback(int conn_id, int status, int client_if, in ClientDisconnectCallback()
/system/bt/bta/include/
Dbta_gatt_api.h130 tGATT_IF client_if; member
171 tGATT_IF client_if; member
180 tGATT_IF client_if; member
202 tGATT_IF client_if; member
208 tGATT_IF client_if; member
/system/bt/service/test/
Dlow_energy_scanner_unittest.cc81 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.cc354 tGATT_IF client_if, RawAddress address, in OnGattConnected()
1476 void OnGattDisconnected(uint16_t conn_id, tGATT_IF client_if, in OnGattDisconnected()
/system/bt/gd/hci/
Dle_scanning_manager.cc156 …void OnBatchScanReports(int client_if, int status, int report_format, int num_records, std::vector… in OnBatchScanReports()
159 void OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed()
/system/bt/bta/hh/
Dbta_hh_le.cc200 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.h374 tGATT_IF client_if; member