Home
last modified time | relevance | path

Searched refs:BTM_TRACE_EVENT (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/bt/stack/btm/
H A Dbtm_ble_batchscan.cc72 BTM_TRACE_EVENT( in btm_ble_batchscan_filter_track_adv_vse_cback()
125 BTM_TRACE_EVENT("track_adv_vse_cback called: %d, %d, %d", in btm_ble_batchscan_filter_track_adv_vse_cback()
394 BTM_TRACE_EVENT("%s: %d, %d, %d, %d, %d", __func__, in BTM_BleSetStorageConfig()
428 BTM_TRACE_EVENT("%s: %d, %d, %d, %d, %d, %d", __func__, scan_mode, in BTM_BleEnableBatchScan()
476 BTM_TRACE_EVENT(" BTM_BleDisableBatchScan"); in BTM_BleDisableBatchScan()
495 BTM_TRACE_EVENT("%s; %d", __func__, scan_mode); in BTM_BleReadScanReports()
526 BTM_TRACE_EVENT("%s:", __func__); in BTM_BleTrackAdvertiser()
549 BTM_TRACE_EVENT(" btm_ble_batchscan_init"); in btm_ble_batchscan_init()
H A Dbtm_sec.cc1942 BTM_TRACE_EVENT( in btm_sec_conn_req()
2225 BTM_TRACE_EVENT( in btm_sec_rmt_name_request_complete()
2278 BTM_TRACE_EVENT( in btm_sec_rmt_name_request_complete()
2438 BTM_TRACE_EVENT( in btm_sec_rmt_host_support_feat_evt()
2852 BTM_TRACE_EVENT( in btm_simple_pair_complete()
3214 BTM_TRACE_EVENT( in btm_sec_encrypt_change()
3362 BTM_TRACE_EVENT("%s", __func__); in btm_sec_connect_after_reject_timeout()
3937 BTM_TRACE_EVENT( in btm_sec_link_key_request()
4350 BTM_TRACE_EVENT( in btm_sec_execute_procedure()
4659 BTM_TRACE_EVENT( in btm_sec_queue_mx_request()
[all …]
H A Dbtm_devctl.cc456 BTM_TRACE_EVENT("BTM: %s: Opcode: 0x%04X, ParamLen: %i.", __func__, opcode, in BTM_VendorSpecificCommand()
517 BTM_TRACE_EVENT("BTM Deregister For VSEvents is successfully"); in BTM_RegisterForVSEvents()
527 BTM_TRACE_EVENT("BTM Register For VSEvents is successfully"); in BTM_RegisterForVSEvents()
607 BTM_TRACE_EVENT("BTM: BTM_WritePageTimeout: Timeout: %d.", timeout); in BTM_WritePageTimeout()
622 BTM_TRACE_EVENT("BTM: BTM_WriteVoiceSettings: Settings: 0x%04x.", settings); in BTM_WriteVoiceSettings()
646 BTM_TRACE_EVENT("BTM: BTM_EnableTestMode"); in BTM_EnableTestMode()
695 BTM_TRACE_EVENT("BTM: BTM_DeleteStoredLinkKey: delete_all_flag: %s", in BTM_DeleteStoredLinkKey()
H A Dbtm_ble_cont_energy.cc93 BTM_TRACE_EVENT("BTM_BleGetEnergyInfo"); in BTM_BleGetEnergyInfo()
H A Dbtm_ble_bgconn.cc128 BTM_TRACE_EVENT("%s", __func__); in btm_ble_stop_auto_conn()
402 BTM_TRACE_EVENT("%s", __func__); in btm_update_scanner_filter_policy()
H A Dbtm_ble_gap.cc407 BTM_TRACE_EVENT("%s : scan_type:%d, %d, %d", __func__, p_inq->scan_type, in BTM_BleObserve()
682 BTM_TRACE_EVENT("%s", __func__); in BTM_BleConfigPrivacy()
1051 BTM_TRACE_EVENT("%s mode=0x%0x combined_mode=0x%x", __func__, mode, in btm_ble_set_discoverability()
1071 BTM_TRACE_EVENT("evt_type=0x%x p-cb->evt_type=0x%x ", evt_type, in btm_ble_set_discoverability()
1108 BTM_TRACE_EVENT("start timer for limited disc mode duration=%d ms", in btm_ble_set_discoverability()
1141 BTM_TRACE_EVENT("%s mode=0x%0x combined_mode=0x%x", __func__, mode, in btm_ble_set_connectability()
2115 BTM_TRACE_EVENT("btm_ble_stop_scan "); in btm_ble_stop_scan()
H A Dbtm_dev.cc416 BTM_TRACE_EVENT("btm_find_or_alloc_dev"); in btm_find_or_alloc_dev()
H A Dbtm_ble_privacy.cc807 BTM_TRACE_EVENT("%s", __func__); in btm_ble_resolving_list_remove_dev()
H A Dbtm_ble_adv_filter.cc818 BTM_TRACE_EVENT("%s", __func__); in BTM_BleAdvFilterParamSetup()
H A Dbtm_sco.cc1200 BTM_TRACE_EVENT("btm_esco_proc_conn_chg -> handle 0x%04x, status 0x%02x", in btm_esco_proc_conn_chg()
/aosp12/system/bt/internal_include/
H A Dbt_trace.h287 #define BTM_TRACE_EVENT(...) \ macro