Home
last modified time | relevance | path

Searched defs:btm_status (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_scanner_shim.cc339 void BleScannerIntf::OnRegisterCallback(RustUuid uuid, uint8_t scanner_id, uint8_t btm_status) { in OnRegisterCallback()
343 void BleScannerIntf::OnStatusCallback(uint8_t scanner_id, uint8_t btm_status) { in OnStatusCallback()
347 void BleScannerIntf::OnEnableCallback(uint8_t action, uint8_t btm_status) { in OnEnableCallback()
352 uint8_t scanner_id, uint8_t avbl_space, uint8_t action_type, uint8_t btm_status) { in OnFilterParamSetupCallback()
357 … uint8_t filter_index, uint8_t filt_type, uint8_t avbl_space, uint8_t action, uint8_t btm_status) { in OnFilterConfigCallback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_iot_config.cc78 tBTM_STATUS btm_status; in btif_iot_update_remote_info() local
Dbtif_bqr.cc464 tBTM_STATUS btm_status = BTM_BT_Quality_Report_VSE_Register( in ConfigureBqrCmpl() local
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sec.cc178 void NotifyBondingCanceled(tBTM_STATUS btm_status) { in NotifyBondingCanceled()
2517 tBTM_STATUS btm_status = btm_sec_execute_procedure(p_dev_rec); in btm_sec_rmt_name_request_complete() local
3332 tBTM_STATUS btm_status = btm_sec_execute_procedure(p_dev_rec); in btm_sec_auth_complete() local
3513 tBTM_STATUS btm_status = btm_sec_execute_procedure(p_dev_rec); in btm_sec_encrypt_change() local
4870 tBTM_STATUS btm_status, bool is_le_transport) { in btm_sec_dev_rec_cback_event()
5155 tBTM_STATUS btm_status = btm_sec_execute_procedure(p_dev_rec); in btm_sec_set_peer_sec_caps() local
Dbtm_ble_adv_filter.cc157 tBTM_STATUS btm_status = (status == 0) ? BTM_SUCCESS : BTM_ERR_PROCESSING; in btm_flt_update_cb() local
925 tBTM_STATUS btm_status = (status == 0) ? BTM_SUCCESS : BTM_ERR_PROCESSING; in enable_cmpl_cback() local
Dbtm_ble_gap.cc2050 tBTM_STATUS btm_status) { in btm_ble_scan_filt_param_cfg_evt()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_auth.cc426 tBTM_STATUS btm_status = in gatt_security_check_start() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_sec.cc238 void NotifyBondingCanceled(tBTM_STATUS btm_status) { in NotifyBondingCanceled()
276 tBTM_STATUS btm_status, bool is_le_transport) { in btm_sec_dev_rec_cback_event()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_sco.cc478 tBTM_STATUS btm_status = BTM_CreateSco( in bta_ag_create_sco() local
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc869 const tBTM_STATUS btm_status = in bta_dm_search_start() local
980 tBTM_STATUS btm_status; in bta_dm_read_remote_device_name() local
2102 tBTM_STATUS btm_status; in bta_dm_service_search_remname_cback() local
4134 tBTM_STATUS btm_status = BTM_BleGetEnergyInfo(bta_ble_energy_info_cmpl); in bta_dm_ble_get_energy_info() local
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_int.h209 tBTM_STATUS btm_status; member