Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc302 static void btif_gattc_unregister_app_impl(int client_if) { BTA_GATTC_AppDeregister(client_if); } in btif_gattc_unregister_app_impl()
304 static bt_status_t btif_gattc_unregister_app(int client_if) { in btif_gattc_unregister_app()
309 void btif_gattc_open_impl(int client_if, RawAddress address, tBLE_ADDR_TYPE addr_type, in btif_gattc_open_impl()
381 static bt_status_t btif_gattc_open(int client_if, const RawAddress& bd_addr, uint8_t addr_type, in btif_gattc_open()
391 void btif_gattc_close_impl(int client_if, RawAddress address, int conn_id) { in btif_gattc_close_impl()
404 static bt_status_t btif_gattc_close(int client_if, const RawAddress& bd_addr, int conn_id) { in btif_gattc_close()
559 static void btif_gattc_reg_for_notification_impl(tGATT_IF client_if, const RawAddress& bda, in btif_gattc_reg_for_notification_impl()
569 bt_status_t btif_gattc_reg_for_notification(int client_if, const RawAddress& bd_addr, in btif_gattc_reg_for_notification()
577 static void btif_gattc_dereg_for_notification_impl(tGATT_IF client_if, const RawAddress& bda, in btif_gattc_dereg_for_notification_impl()
587 bt_status_t btif_gattc_dereg_for_notification(int client_if, const RawAddress& bd_addr, in btif_gattc_dereg_for_notification()
[all …]
/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.cc59 tBTA_GATTC_RCB* bta_gattc_cl_get_regcb(uint8_t client_if) { in bta_gattc_cl_get_regcb()
86 tBTA_GATTC_CLCB* bta_gattc_find_clcb_by_cif(uint8_t client_if, const RawAddress& remote_bda, in bta_gattc_find_clcb_by_cif()
123 tBTA_GATTC_CLCB* bta_gattc_clcb_alloc(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_clcb_alloc()
163 tBTA_GATTC_CLCB* bta_gattc_find_alloc_clcb(tGATT_IF client_if, const RawAddress& remote_bda, in bta_gattc_find_alloc_clcb()
556 bool bta_gattc_mark_bg_conn(tGATT_IF client_if, const RawAddress& remote_bda_ptr, bool add) { in bta_gattc_mark_bg_conn()
609 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.cc156 static void bta_gattc_start_if(uint8_t client_if) { in bta_gattc_start_if()
170 uint8_t client_if = 0; in bta_gattc_register() local
315 static void bta_gattc_process_enc_cmpl(tGATT_IF client_if, const RawAddress& bda) { in bta_gattc_process_enc_cmpl()
1330 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
/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()
/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()
110 tGATT_STATUS BTA_GATTC_RegisterForNotifications(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_RegisterForNotifications()
116 tGATT_STATUS BTA_GATTC_DeregisterForNotifications(tGATT_IF client_if, const RawAddress& remote_bda, in BTA_GATTC_DeregisterForNotifications()
/packages/modules/Bluetooth/system/main/shim/
Dle_scanning_manager.cc178 uint8_t client_if, uint8_t action, uint8_t filter_index, in ScanFilterParamSetup()
341 void BleScannerInterfaceImpl::BatchscanConfigStorage(int client_if, int batch_scan_full_max, in BatchscanConfigStorage()
369 void BleScannerInterfaceImpl::BatchscanReadReports(int client_if, int scan_mode) { in BatchscanReadReports()
553 void BleScannerInterfaceImpl::OnBatchScanReports(int client_if, int status, int report_format, in OnBatchScanReports()
560 void BleScannerInterfaceImpl::OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp391 static void btgattc_remote_rssi_cb(int client_if, const RawAddress& bda, int rssi, int status) { in btgattc_remote_rssi_cb()
1034 void OnBatchScanReports(int client_if, int status, int report_format, int num_records, in OnBatchScanReports()
1048 void OnBatchScanThresholdCrossed(int client_if) { in OnBatchScanThresholdCrossed()
1527 static void scan_filter_param_cb(uint8_t client_if, uint8_t avbl_space, uint8_t action, in scan_filter_param_cb()
1549 uint8_t client_if = env->CallIntMethod(params, methodId); in gattClientScanFilterParamAddNative() local
1590 jint client_if, jint filt_index) { in gattClientScanFilterParamDeleteNative()
1600 jint client_if) { in gattClientScanFilterParamClearAllNative()
1609 static void scan_filter_cfg_cb(uint8_t client_if, uint8_t filt_type, uint8_t avbl_space, in scan_filter_cfg_cb()
1620 static void gattClientScanFilterAddNative(JNIEnv* env, jobject /* object */, jint client_if, in gattClientScanFilterAddNative()
1772 static void gattClientScanFilterClearNative(JNIEnv* /* env */, jobject /* object */, jint client_if, in gattClientScanFilterClearNative()
[all …]
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h130 tGATT_IF client_if; member
171 tGATT_IF client_if; member
180 tGATT_IF client_if; member
202 tGATT_IF client_if; member
208 tGATT_IF client_if; member
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc116 [](tGATT_IF client_if, const RawAddress& remote_bda, bool is_direct) { in __anon7b0052870302()
141 tBTM_BLE_CONN_TYPE connection_type, bool opportunistic, uint16_t preferred_mtu) { in __anon7b0052870902()
Dbta_dm_disc_int.h102 tGATT_IF client_if; member
/packages/modules/Bluetooth/system/include/hardware/
Dbt_common_types.h33 uint8_t client_if; member
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.cc1402 void LeAudioDevices::Cleanup(tGATT_IF client_if) { in Cleanup()