Home
last modified time | relevance | path

Searched refs:BTM_TRACE_API (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/btm/
Dbtm_sco.cc534 BTM_TRACE_API("Role Change is in progress for ACL handle 0x%04x", in BTM_CreateSco()
544 BTM_TRACE_API("%s:(e)SCO Link for ACL handle 0x%04x", __func__, in BTM_CreateSco()
556 BTM_TRACE_API("%s:(e)SCO listening for ACL handle 0x%04x", __func__, in BTM_CreateSco()
563 BTM_TRACE_API("%s: BTM_CreateSco succeeded", __func__); in BTM_CreateSco()
631 BTM_TRACE_API( in btm_sco_chk_pend_rolechange()
802 BTM_TRACE_API("Role Change pending for HCI handle 0x%04x", in btm_sco_connected()
1218 BTM_TRACE_API( in BTM_SetEScoMode()
1282 BTM_TRACE_API("%s: -> sco_inx 0x%04x", __func__, sco_inx); in BTM_ReadEScoLinkParms()
1293 BTM_TRACE_API("%s: the first active SCO index is %d", __func__, index); in BTM_ReadEScoLinkParms()
1302 BTM_TRACE_API("BTM_ReadEScoLinkParms cannot find the SCO index!"); in BTM_ReadEScoLinkParms()
[all …]
Dbtm_inq.cc154 BTM_TRACE_API("BTM_SetDiscoverability"); in BTM_SetDiscoverability()
175 BTM_TRACE_API( in BTM_SetDiscoverability()
255 BTM_TRACE_API("BTM_SetInquiryScanType"); in BTM_SetInquiryScanType()
288 BTM_TRACE_API("BTM_SetPageScanType"); in BTM_SetPageScanType()
325 BTM_TRACE_API("BTM_SetInquiryMode"); in BTM_SetInquiryMode()
359 BTM_TRACE_API("BTM_ReadDiscoverability"); in BTM_ReadDiscoverability()
411 BTM_TRACE_API( in BTM_SetPeriodicInquiryMode()
497 BTM_TRACE_API("BTM_CancelPeriodicInquiry called"); in BTM_CancelPeriodicInquiry()
540 BTM_TRACE_API("BTM_SetConnectability"); in BTM_SetConnectability()
563 BTM_TRACE_API( in BTM_SetConnectability()
[all …]
Dbtm_dev.cc66 BTM_TRACE_API("%s: link key type:%x", __func__, key_type); in BTM_SecAddDevice()
71 BTM_TRACE_API("%s: allocated p_dev_rec=%p, bd_addr=%s", __func__, p_dev_rec, in BTM_SecAddDevice()
Dbtm_sec.cc381 BTM_TRACE_API( in BTM_SetPinType()
411 BTM_TRACE_API( in BTM_SetPairableMode()
436 BTM_TRACE_API("%s: Mode : %u", __func__, secure_connections_only_mode); in BTM_SetSecureConnectionsOnly()
502 BTM_TRACE_API("%s : sec: 0x%x", __func__, sec_level); in btm_sec_set_security_level()
620 BTM_TRACE_API( in btm_sec_set_security_level()
625 BTM_TRACE_API( in btm_sec_set_security_level()
661 BTM_TRACE_API("BTM_SEC_CLR[%d]: id %d", i, service_id); in BTM_SecClrService()
694 BTM_TRACE_API("BTM_SEC_CLR[%d]: id %d ", i, p_srec->service_id); in btm_sec_clr_service_by_psm()
699 BTM_TRACE_API("btm_sec_clr_service_by_psm psm:0x%x num_freed:%d", psm, in btm_sec_clr_service_by_psm()
757 BTM_TRACE_API( in BTM_PINCodeReply()
[all …]
Dbtm_acl.cc266 BTM_TRACE_API("%s: pend:%d", __func__, req_pend); in btm_acl_created()
739 BTM_TRACE_API("BTM_SetLinkPolicy switch not supported (settings: 0x%04x)", in BTM_SetLinkPolicy()
745 BTM_TRACE_API("BTM_SetLinkPolicy hold not supported (settings: 0x%04x)", in BTM_SetLinkPolicy()
751 BTM_TRACE_API("BTM_SetLinkPolicy sniff not supported (settings: 0x%04x)", in BTM_SetLinkPolicy()
757 BTM_TRACE_API("BTM_SetLinkPolicy park not supported (settings: 0x%04x)", in BTM_SetLinkPolicy()
961 BTM_TRACE_API("%s: pend:%d", __func__, req_pend); in btm_process_remote_ext_features()
Dbtm_ble.cc244 BTM_TRACE_API("BTM_IsBleConnection: conn_handle: %d", conn_handle); in BTM_IsBleConnection()
503 BTM_TRACE_API( in BTM_BleSetPrefConnParams()
Dbtm_ble_gap.cc916 BTM_TRACE_API("%s", __func__); in BTM_BleReadDiscoverability()
932 BTM_TRACE_API("%s", __func__); in BTM_BleReadConnectability()
/system/bt/internal_include/
Dbt_trace.h237 #define BTM_TRACE_API(...) \ macro