Home
last modified time | relevance | path

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

12

/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.cc298 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 …]
Dbtif_ble_scanner.cc246 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/
Dgatt_shim.cc32 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()
Dgatt_ble_scanner_shim.cc160 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/
Dbta_gattc_api.cc94 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()
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()
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()
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
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
Dbta_gattc_int.h91 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/
Dmock_bta_gattc_api.cc71 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/
Dfake_bluetooth_gatt_interface.cc41 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()
Dbluetooth_gatt_interface.cc86 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/
Dle_scanning_manager.cc82 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()
Dbtm.cc145 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/
DIBluetoothLowEnergy.aidl26 void UnregisterClient(int client_if); in UnregisterClient()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp371 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/
Dgatt_server_old.cc116 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/
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.h133 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/
Dlow_energy_scanner_unittest.cc90 uint8_t client_if, uint8_t action, uint8_t filt_index, in ScanFilterParamSetup()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h34 uint8_t client_if; member
/packages/modules/Bluetooth/system/main/test/
Dmain_shim_test.cc603 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/
Dhearing_aid.cc359 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/
Dle_scanning_manager.cc162int 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/
Dbta_hh_le.cc213 bool bta_hh_le_is_hh_gatt_if(tGATT_IF client_if) { in bta_hh_le_is_hh_gatt_if()

12