/packages/modules/Bluetooth/system/bta/test/common/ |
D | bta_gatt_api_mock.cc | 36 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister() 41 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() 49 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() 55 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen() 94 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, in BTA_GATTC_RegisterForNotifications() 102 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, in BTA_GATTC_DeregisterForNotifications()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 298 static void btif_gattc_unregister_app_impl(int client_if) { in btif_gattc_unregister_app_impl() 302 static bt_status_t btif_gattc_unregister_app(int client_if) { in btif_gattc_unregister_app() 307 void btif_gattc_open_impl(int client_if, RawAddress address, bool is_direct, in btif_gattc_open_impl() 372 static bt_status_t btif_gattc_open(int client_if, const RawAddress& bd_addr, in btif_gattc_open() 382 void btif_gattc_close_impl(int client_if, RawAddress address, int conn_id) { in btif_gattc_close_impl() 396 static bt_status_t btif_gattc_close(int client_if, const RawAddress& bd_addr, in btif_gattc_close() 403 static bt_status_t btif_gattc_refresh(int client_if, in btif_gattc_refresh() 577 static void btif_gattc_reg_for_notification_impl(tGATT_IF client_if, in btif_gattc_reg_for_notification_impl() 588 bt_status_t btif_gattc_reg_for_notification(int client_if, in btif_gattc_reg_for_notification() 598 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 | 246 uint8_t client_if, uint8_t action, uint8_t filt_index, in ScanFilterParamSetup() 303 void BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage() 330 void BatchscanReadReports(int client_if, int scan_mode) override { in BatchscanReadReports()
|
/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_shim.cc | 32 void ReadPhyCallback(int client_if, RawAddress address, uint8_t tx_phy, uint8_t rx_phy, uint8_t sta… in ReadPhyCallback() 38 int GattClientIntf::read_phy(int client_if, RustRawAddress addr) { in read_phy()
|
D | gatt_ble_scanner_shim.cc | 160 int client_if, int status, int report_format, int num_records, std::vector<uint8_t> data) { in OnBatchScanReports() 164 void BleScannerIntf::OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed()
|
/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_api.cc | 94 static void app_deregister_impl(tGATT_IF client_if) { in app_deregister_impl() 109 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister() 130 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() 137 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() 174 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen() 656 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, in BTA_GATTC_RegisterForNotifications() 719 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, in BTA_GATTC_DeregisterForNotifications()
|
D | bta_gattc_utils.cc | 58 tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if) { in bta_gattc_cl_get_regcb() 93 tBTA_GATTC_CLCB* bta_gattc_find_clcb_by_cif(uint8_t client_if, in bta_gattc_find_clcb_by_cif() 134 tBTA_GATTC_CLCB* bta_gattc_clcb_alloc(tGATT_IF client_if, in bta_gattc_clcb_alloc() 180 tBTA_GATTC_CLCB* bta_gattc_find_alloc_clcb(tGATT_IF client_if, in bta_gattc_find_alloc_clcb() 493 bool bta_gattc_mark_bg_conn(tGATT_IF client_if, in bta_gattc_mark_bg_conn() 552 bool bta_gattc_check_bg_conn(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_check_bg_conn()
|
D | bta_gattc_act.cc | 161 static void bta_gattc_start_if(uint8_t client_if) { in bta_gattc_start_if() 175 uint8_t client_if = 0; in bta_gattc_register() local 331 static void bta_gattc_process_enc_cmpl(tGATT_IF client_if, in bta_gattc_process_enc_cmpl() 1228 tGATT_IF client_if = p_clreg->client_if; in bta_gattc_deregister_cmpl() local
|
D | bta_gattc_int.h | 91 tGATT_IF client_if; member 101 tGATT_IF client_if; member 176 tGATT_IF client_if; member 250 tGATT_IF client_if; /* client interface with BTE stack for this application */ member
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_gattc_api.cc | 71 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, in BTA_GATTC_DeregisterForNotifications() 77 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, in BTA_GATTC_RegisterForNotifications() 83 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister() 90 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_CancelOpen() 114 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open() 118 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
|
/packages/modules/Bluetooth/system/service/hal/ |
D | fake_bluetooth_gatt_interface.cc | 41 bt_status_t FakeUnregisterClient(int client_if) { in FakeUnregisterClient() 47 bt_status_t FakeConnect(int client_if, const RawAddress& bd_addr, in FakeConnect() 56 bt_status_t FakeDisconnect(int client_if, const RawAddress& bd_addr, in FakeDisconnect() 196 int status, int client_if, const bluetooth::Uuid& app_uuid) { in NotifyRegisterClientCallback() 203 int client_if, in NotifyConnectCallback() 211 int conn_id, int status, int client_if, const RawAddress& bda) { in NotifyDisconnectCallback()
|
D | bluetooth_gatt_interface.cc | 86 void RegisterClientCallback(int status, int client_if, in RegisterClientCallback() 113 void ConnectCallback(int conn_id, int status, int client_if, in ConnectCallback() 125 void DisconnectCallback(int conn_id, int status, int client_if, in DisconnectCallback()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | le_scanning_manager.cc | 82 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() 86 void OnBatchScanThresholdCrossed(int client_if) override { LogUnused(); } in OnBatchScanThresholdCrossed() 171 uint8_t client_if, uint8_t action, uint8_t filter_index, in ScanFilterParamSetup() 269 int client_if, int batch_scan_full_max, int batch_scan_trunc_max, in BatchscanConfigStorage() 299 void BleScannerInterfaceImpl::BatchscanReadReports(int client_if, in BatchscanReadReports() 483 void BleScannerInterfaceImpl::OnBatchScanReports(int client_if, int status, in OnBatchScanReports() 494 void BleScannerInterfaceImpl::OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed()
|
D | btm.cc | 145 void Btm::ScanningCallbacks::OnBatchScanReports(int client_if, int status, in OnBatchScanReports() 150 void Btm::ScanningCallbacks::OnBatchScanThresholdCrossed(int client_if){}; in OnBatchScanThresholdCrossed()
|
/packages/modules/Bluetooth/system/service/common/android/bluetooth/ |
D | IBluetoothLowEnergy.aidl | 26 void UnregisterClient(int client_if); in UnregisterClient()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 371 void btgattc_remote_rssi_cb(int client_if, const RawAddress& bda, int rssi, in btgattc_remote_rssi_cb() 400 void btgattc_batchscan_reports_cb(int client_if, int status, int report_format, in btgattc_batchscan_reports_cb() 414 void btgattc_batchscan_threshold_cb(int client_if) { in btgattc_batchscan_threshold_cb() 1016 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() 1031 void OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed() 1506 void set_scan_params_cmpl_cb(int client_if, uint8_t status) { in set_scan_params_cmpl_cb() 1515 jint client_if, jint scan_interval_unit, in gattSetScanParametersNative() 1523 void scan_filter_param_cb(uint8_t client_if, uint8_t avbl_space, uint8_t action, in scan_filter_param_cb() 1543 uint8_t client_if = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() local 1584 jint client_if, in gattClientScanFilterParamDeleteNative() [all …]
|
/packages/modules/Bluetooth/system/service/ |
D | gatt_server_old.cc | 116 int client_if; member 350 void RegisterClientCallback(int status, int client_if, in RegisterClientCallback() 387 void ClientConnectCallback(int conn_id, int status, int client_if, in ClientConnectCallback() 394 void ClientDisconnectCallback(int conn_id, int status, int client_if, in ClientDisconnectCallback()
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | le_scanning_manager_facade.cc | 143 …void OnBatchScanReports(int client_if, int status, int report_format, int num_records, std::vector… in OnBatchScanReports() 144 void OnBatchScanThresholdCrossed(int client_if){}; in OnBatchScanThresholdCrossed()
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_api.h | 133 tGATT_IF client_if; member 174 tGATT_IF client_if; member 183 tGATT_IF client_if; member 205 tGATT_IF client_if; member 211 tGATT_IF client_if; member
|
/packages/modules/Bluetooth/system/service/test/ |
D | low_energy_scanner_unittest.cc | 90 uint8_t client_if, uint8_t action, uint8_t filt_index, in ScanFilterParamSetup()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_common_types.h | 34 uint8_t client_if; member
|
/packages/modules/Bluetooth/system/main/test/ |
D | main_shim_test.cc | 603 void OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports() 606 void OnBatchScanThresholdCrossed(int client_if) override {} in OnBatchScanThresholdCrossed()
|
/packages/modules/Bluetooth/system/bta/hearing_aid/ |
D | hearing_aid.cc | 359 tGATT_IF client_if, RawAddress address, in OnGattConnected() 1646 void OnGattDisconnected(uint16_t conn_id, tGATT_IF client_if, in OnGattDisconnected()
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager.cc | 162 …int client_if, int status, int report_format, int num_records, std::vector<uint8_t> data) override… in OnBatchScanReports() 165 void OnBatchScanThresholdCrossed(int client_if) override { in OnBatchScanThresholdCrossed()
|
/packages/modules/Bluetooth/system/bta/hh/ |
D | bta_hh_le.cc | 213 bool bta_hh_le_is_hh_gatt_if(tGATT_IF client_if) { in bta_hh_le_is_hh_gatt_if()
|