/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_gatt_client.cc | 292 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/ |
D | bta_gattc_api.cc | 93 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()
|
D | bta_gattc_utils.cc | 63 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()
|
D | bta_gattc_act.cc | 174 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
|
D | bta_gattc_int.h | 107 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/ |
D | bta_gatt_api_mock.cc | 40 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/ |
D | server_unittest.cpp | 197 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/ |
D | com_android_bluetooth_gatt.cpp | 414 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/ |
D | le_scanning_manager.cc | 187 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/ |
D | gatt_shim.cc | 30 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()
|
D | gatt_ble_scanner_shim.cc | 181 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/ |
D | bta_gatt_api.h | 131 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/ |
D | bta_dm_disc.cc | 120 [](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()
|
D | bta_dm_disc_int.h | 97 tGATT_IF client_if; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_bta_hh_utils.cc | 99 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/ |
D | bt_common_types.h | 33 uint8_t client_if; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/ |
D | devices.cc | 1382 void LeAudioDevices::Cleanup(tGATT_IF client_if) { in Cleanup()
|