Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc292 static void btif_gattc_unregister_app_impl(int client_if) { BTA_GATTC_AppDeregister(client_if); } in btif_gattc_unregister_app_impl()
294 static bt_status_t btif_gattc_unregister_app(int client_if) { in btif_gattc_unregister_app()
299 void btif_gattc_open_impl(int client_if, RawAddress address, tBLE_ADDR_TYPE addr_type, in btif_gattc_open_impl()
371 static bt_status_t btif_gattc_open(int client_if, const RawAddress& bd_addr, uint8_t addr_type, in btif_gattc_open()
381 void btif_gattc_close_impl(int client_if, RawAddress address, int conn_id) { in btif_gattc_close_impl()
394 static bt_status_t btif_gattc_close(int client_if, const RawAddress& bd_addr, int conn_id) { in btif_gattc_close()
564 static void btif_gattc_reg_for_notification_impl(tGATT_IF client_if, const RawAddress& bda, in btif_gattc_reg_for_notification_impl()
574 bt_status_t btif_gattc_reg_for_notification(int client_if, const RawAddress& bd_addr, in btif_gattc_reg_for_notification()
582 static void btif_gattc_dereg_for_notification_impl(tGATT_IF client_if, const RawAddress& bda, in btif_gattc_dereg_for_notification_impl()
592 bt_status_t btif_gattc_dereg_for_notification(int client_if, const RawAddress& bd_addr, in btif_gattc_dereg_for_notification()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc93 static void app_deregister_impl(tGATT_IF client_if) { in app_deregister_impl()
114 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister()
135 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, tBLE_ADDR_TYPE addr_type, in BTA_GATTC_Open()
159 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
180 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTC_CancelOpen()
637 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, const RawAddress& bda, in BTA_GATTC_RegisterForNotifications()
697 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, const RawAddress& bda, in BTA_GATTC_DeregisterForNotifications()
Dbta_gattc_utils.cc63 tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if) { in bta_gattc_cl_get_regcb()
115 tBTA_GATTC_CLCB* bta_gattc_find_clcb_by_cif(uint8_t client_if, const RawAddress& remote_bda, in bta_gattc_find_clcb_by_cif()
173 tBTA_GATTC_CLCB* bta_gattc_clcb_alloc(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_clcb_alloc()
246 tBTA_GATTC_CLCB* bta_gattc_find_alloc_clcb(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_find_alloc_clcb()
641 bool bta_gattc_mark_bg_conn(tGATT_IF client_if, const RawAddress& remote_bda_ptr, bool add) { in bta_gattc_mark_bg_conn()
717 bool bta_gattc_check_bg_conn(tGATT_IF client_if, const RawAddress& remote_bda, uint8_t role) { in bta_gattc_check_bg_conn()
Dbta_gattc_act.cc174 static void bta_gattc_start_if(uint8_t client_if) { in bta_gattc_start_if()
188 uint8_t client_if = 0; in bta_gattc_register() local
391 static void bta_gattc_process_enc_cmpl(tGATT_IF client_if, const RawAddress& bda) { in bta_gattc_process_enc_cmpl()
1426 tGATT_IF client_if = p_clreg->client_if; in bta_gattc_deregister_cmpl() local
Dbta_gattc_int.h107 tGATT_IF client_if; member
119 tGATT_IF client_if; member
208 tGATT_IF client_if; member
278 tGATT_IF client_if; /* client interface with BTE stack for this application */ member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc40 void BTA_GATTC_AppDeregister(tGATT_IF client_if) { in BTA_GATTC_AppDeregister()
45 void BTA_GATTC_Open(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_Open()
51 void BTA_GATTC_CancelOpen(tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in BTA_GATTC_CancelOpen()
91 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_RegisterForNotifications()
97 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_DeregisterForNotifications()
/aosp_15_r20/system/connectivity/wificond/tests/
Dserver_unittest.cpp197 sp<IClientInterface> client_if; in TEST_F() local
215 sp<IClientInterface> client_if; in TEST_F() local
290 sp<IClientInterface> client_if; in TEST_F() local
394 sp<IClientInterface> client_if; in TEST_F() local
422 sp<IClientInterface> client_if; in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp414 void btgattc_remote_rssi_cb(int client_if, const RawAddress& bda, int rssi, int status) { in btgattc_remote_rssi_cb()
445 void btgattc_batchscan_reports_cb(int client_if, int status, int report_format, int num_records, in btgattc_batchscan_reports_cb()
459 void btgattc_batchscan_threshold_cb(int client_if) { in btgattc_batchscan_threshold_cb()
1117 void OnBatchScanReports(int client_if, int status, int report_format, int num_records, in OnBatchScanReports()
1131 void OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed()
1603 void set_scan_params_cmpl_cb(int client_if, uint8_t status) { in set_scan_params_cmpl_cb()
1613 static void gattSetScanParametersNative(JNIEnv* /* env */, jobject /* object */, jint client_if, in gattSetScanParametersNative()
1624 void scan_filter_param_cb(uint8_t client_if, uint8_t avbl_space, uint8_t action, uint8_t status) { in scan_filter_param_cb()
1645 uint8_t client_if = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() local
1686 jint client_if, jint filt_index) { in gattClientScanFilterParamDeleteNative()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc187 uint8_t client_if, uint8_t action, uint8_t filter_index, in ScanFilterParamSetup()
334 void BleScannerInterfaceImpl::BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage()
362 void BleScannerInterfaceImpl::BatchscanReadReports(int client_if, int scan_mode) { in BatchscanReadReports()
527 void BleScannerInterfaceImpl::OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports()
534 void BleScannerInterfaceImpl::OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_shim.cc30 void ReadPhyCallback(int client_if, RawAddress addr, uint8_t tx_phy, uint8_t rx_phy, in ReadPhyCallback()
42 int GattClientIntf::read_phy(int client_if, RawAddress addr) { in read_phy()
Dgatt_ble_scanner_shim.cc181 void BleScannerIntf::OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports()
187 void BleScannerIntf::OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h131 tGATT_IF client_if; member
172 tGATT_IF client_if; member
181 tGATT_IF client_if; member
203 tGATT_IF client_if; member
209 tGATT_IF client_if; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc120 [](tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in __anonf07d08070302()
144 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic, uint16_t preferred_mtu) { in __anonf07d08070902()
Dbta_dm_disc_int.h97 tGATT_IF client_if; member
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hh_utils.cc99 bool bta_hh_le_is_hh_gatt_if(tGATT_IF client_if) { in bta_hh_le_is_hh_gatt_if()
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h33 uint8_t client_if; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc1382 void LeAudioDevices::Cleanup(tGATT_IF client_if) { in Cleanup()