/system/bt/bta/test/common/ |
D | bta_gatt_api_mock.cc | 32 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/ |
D | btif_gatt_client.cc | 280 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 …]
|
D | btif_ble_scanner.cc | 243 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/ |
D | bta_gattc_utils.cc | 55 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()
|
D | bta_gattc_api.cc | 84 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()
|
D | bta_gattc_act.cc | 155 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
|
D | bta_gattc_int.h | 88 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/ |
D | mock_bta_gattc_api.cc | 68 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/ |
D | server_unittest.cpp | 195 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/ |
D | fake_bluetooth_gatt_interface.cc | 39 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()
|
D | bluetooth_gatt_interface.cc | 85 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/ |
D | le_scanning_manager.cc | 85 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()
|
D | btm.cc | 135 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/ |
D | IBluetoothLowEnergy.aidl | 26 void UnregisterClient(int client_if); in UnregisterClient()
|
/system/bt/gd/hci/facade/ |
D | le_scanning_manager_facade.cc | 92 …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/ |
D | gatt_server_old.cc | 117 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/ |
D | bta_gatt_api.h | 130 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/ |
D | low_energy_scanner_unittest.cc | 81 uint8_t client_if, uint8_t action, uint8_t filt_index, in ScanFilterParamSetup()
|
/system/bt/include/hardware/ |
D | bt_common_types.h | 32 uint8_t client_if; member
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 354 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/ |
D | le_scanning_manager.cc | 156 …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/ |
D | bta_hh_le.cc | 200 bool bta_hh_le_is_hh_gatt_if(tGATT_IF client_if) { in bta_hh_le_is_hh_gatt_if()
|
/system/bt/bta/dm/ |
D | bta_dm_int.h | 374 tGATT_IF client_if; member
|