Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc36 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/
Dbtif_gatt_client.cc267 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/
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()
120 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
Dmock_bta_hh_utils.cc109 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/
Dbta_gattc_api.cc94 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()
Dbta_gattc_utils.cc58 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()
Dbta_gattc_act.cc161 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
Dbta_gattc_int.h91 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/
Dgatt_shim.cc31 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()
Dgatt_ble_scanner_shim.cc201 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/
Dle_scanning_manager.cc86 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()
Dbtm.cc146 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/
Dcom_android_bluetooth_gatt.cpp386 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/
Dle_scanning_manager_facade.cc143 …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/
Dbta_gatt_api.h135 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/
Dbt_common_types.h34 uint8_t client_if; member
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc619 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/
Dhearing_aid.cc450 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/
Dle_scanning_manager.cc98int 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/
Dcsis_client_test.cc456 bool is_direct, bool opportunistic) { in TestAddFromStorage()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_int.h410 tGATT_IF client_if; member
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc1898 tGATT_IF client_if, RawAddress address, in OnGattConnected()
2209 void OnGattDisconnected(uint16_t conn_id, tGATT_IF client_if, in OnGattDisconnected()
Ddevices.cc3114 void LeAudioDevices::Cleanup(tGATT_IF client_if) { in Cleanup()
Dle_audio_client_test.cc544 bool is_direct, bool opportunistic) { in SetUpMockGatt()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc737 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic) { in SetUp()