| /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 | 267 static void btif_gattc_unregister_app_impl(int client_if) {  in btif_gattc_unregister_app_impl() 271 static bt_status_t btif_gattc_unregister_app(int client_if) {  in btif_gattc_unregister_app() 276 void btif_gattc_open_impl(int client_if, RawAddress address,  in btif_gattc_open_impl() 347 static bt_status_t btif_gattc_open(int client_if, const RawAddress& bd_addr,  in btif_gattc_open() 358 void btif_gattc_close_impl(int client_if, RawAddress address, int conn_id) {  in btif_gattc_close_impl() 372 static bt_status_t btif_gattc_close(int client_if, const RawAddress& bd_addr,  in btif_gattc_close() 379 static bt_status_t btif_gattc_refresh(int client_if,  in btif_gattc_refresh() 553 static void btif_gattc_reg_for_notification_impl(tGATT_IF client_if,  in btif_gattc_reg_for_notification_impl() 564 bt_status_t btif_gattc_reg_for_notification(int client_if,  in btif_gattc_reg_for_notification() 574 static void btif_gattc_dereg_for_notification_impl(tGATT_IF client_if,  in btif_gattc_dereg_for_notification_impl() [all …] 
 | 
| /packages/modules/Bluetooth/system/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() 120 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda,  in BTA_GATTC_Open()
  | 
| D | mock_bta_hh_utils.cc | 109 bool bta_hh_le_is_hh_gatt_if(tGATT_IF client_if) {  in bta_hh_le_is_hh_gatt_if()
  | 
| /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() 115 void BTA_GATTC_AppDeregister(tGATT_IF client_if) {  in BTA_GATTC_AppDeregister() 136 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda,  in BTA_GATTC_Open() 143 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda,  in BTA_GATTC_Open() 167 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda,  in BTA_GATTC_Open() 189 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda,  in BTA_GATTC_CancelOpen() 671 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if,  in BTA_GATTC_RegisterForNotifications() 734 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() 549 bool bta_gattc_mark_bg_conn(tGATT_IF client_if,  in bta_gattc_mark_bg_conn() 608 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 325 static void bta_gattc_process_enc_cmpl(tGATT_IF client_if,  in bta_gattc_process_enc_cmpl() 1274   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 102   tGATT_IF client_if;  member 177   tGATT_IF client_if;  member 251   tGATT_IF client_if; /* client interface with BTE stack for this application */  member
  | 
| /packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ | 
| D | gatt_shim.cc | 31 void ReadPhyCallback(int client_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, uint8_t status…  in ReadPhyCallback() 42 int GattClientIntf::read_phy(int client_if, RawAddress addr) {  in read_phy()
  | 
| D | gatt_ble_scanner_shim.cc | 201     int client_if, int status, int report_format, int num_records, std::vector<uint8_t> data) {  in OnBatchScanReports() 205 void BleScannerIntf::OnBatchScanThresholdCrossed(int client_if) {  in OnBatchScanThresholdCrossed()
  | 
| /packages/modules/Bluetooth/system/main/shim/ | 
| D | le_scanning_manager.cc | 86   void OnBatchScanReports(int client_if, int status, int report_format,  in OnBatchScanReports() 90   void OnBatchScanThresholdCrossed(int client_if) override { LogUnused(); }  in OnBatchScanThresholdCrossed() 201     uint8_t client_if, uint8_t action, uint8_t filter_index,  in ScanFilterParamSetup() 365     int client_if, int batch_scan_full_max, int batch_scan_trunc_max,  in BatchscanConfigStorage() 395 void BleScannerInterfaceImpl::BatchscanReadReports(int client_if,  in BatchscanReadReports() 581 void BleScannerInterfaceImpl::OnBatchScanReports(int client_if, int status,  in OnBatchScanReports() 592 void BleScannerInterfaceImpl::OnBatchScanThresholdCrossed(int client_if) {  in OnBatchScanThresholdCrossed()
  | 
| D | btm.cc | 146 void Btm::ScanningCallbacks::OnBatchScanReports(int client_if, int status,  in OnBatchScanReports() 151 void Btm::ScanningCallbacks::OnBatchScanThresholdCrossed(int client_if){};  in OnBatchScanThresholdCrossed()
  | 
| /packages/modules/Bluetooth/android/app/jni/ | 
| D | com_android_bluetooth_gatt.cpp | 386 void btgattc_remote_rssi_cb(int client_if, const RawAddress& bda, int rssi,  in btgattc_remote_rssi_cb() 415 void btgattc_batchscan_reports_cb(int client_if, int status, int report_format,  in btgattc_batchscan_reports_cb() 429 void btgattc_batchscan_threshold_cb(int client_if) {  in btgattc_batchscan_threshold_cb() 1076   void OnBatchScanReports(int client_if, int status, int report_format,  in OnBatchScanReports() 1091   void OnBatchScanThresholdCrossed(int client_if) {  in OnBatchScanThresholdCrossed() 1643 void set_scan_params_cmpl_cb(int client_if, uint8_t status) {  in set_scan_params_cmpl_cb() 1652                                         jint client_if, jint scan_interval_unit,  in gattSetScanParametersNative() 1660 void scan_filter_param_cb(uint8_t client_if, uint8_t avbl_space, uint8_t action,  in scan_filter_param_cb() 1680   uint8_t client_if = env->CallIntMethod(params, methodId);  in gattClientScanFilterParamAddNative()  local 1721                                                   jint client_if,  in gattClientScanFilterParamDeleteNative() [all …] 
 | 
| /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 | 135   tGATT_IF client_if;  member 176   tGATT_IF client_if;  member 185   tGATT_IF client_if;  member 207   tGATT_IF client_if;  member 213   tGATT_IF client_if;  member
  | 
| /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 | 619   void OnBatchScanReports(int client_if, int status, int report_format,  in OnBatchScanReports() 622   void OnBatchScanThresholdCrossed(int client_if) override {}  in OnBatchScanThresholdCrossed()
  | 
| /packages/modules/Bluetooth/system/bta/hearing_aid/ | 
| D | hearing_aid.cc | 450                        tGATT_IF client_if, RawAddress address,  in OnGattConnected() 1748   void OnGattDisconnected(uint16_t conn_id, tGATT_IF client_if,  in OnGattDisconnected()
  | 
| /packages/modules/Bluetooth/system/gd/hci/ | 
| D | le_scanning_manager.cc | 98 …int client_if, int status, int report_format, int num_records, std::vector<uint8_t> data) override…  in OnBatchScanReports() 101   void OnBatchScanThresholdCrossed(int client_if) override {  in OnBatchScanThresholdCrossed()
  | 
| /packages/modules/Bluetooth/system/bta/csis/ | 
| D | csis_client_test.cc | 456                                          bool is_direct, bool opportunistic) {  in TestAddFromStorage()
  | 
| /packages/modules/Bluetooth/system/bta/dm/ | 
| D | bta_dm_int.h | 410   tGATT_IF client_if;  member
  | 
| /packages/modules/Bluetooth/system/bta/le_audio/ | 
| D | client.cc | 1898                        tGATT_IF client_if, RawAddress address,  in OnGattConnected() 2209   void OnGattDisconnected(uint16_t conn_id, tGATT_IF client_if,  in OnGattDisconnected()
  | 
| D | devices.cc | 3114 void LeAudioDevices::Cleanup(tGATT_IF client_if) {  in Cleanup()
  | 
| D | le_audio_client_test.cc | 544                        bool is_direct, bool opportunistic) {  in SetUpMockGatt()
  | 
| /packages/modules/Bluetooth/system/bta/has/ | 
| D | has_client_test.cc | 737                        tBTM_BLE_CONN_TYPE connection_type, bool opportunistic) {  in SetUp()
  |