Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_inq.cc193 BTM_TRACE_API("BTM_SetDiscoverability"); in BTM_SetDiscoverability()
210 BTM_TRACE_API("BTM_SetDiscoverability: mode %d [NonDisc-0, Lim-1, Gen-2]", in BTM_SetDiscoverability()
268 BTM_TRACE_API("BTM_EnableInterlacedInquiryScan"); in BTM_EnableInterlacedInquiryScan()
284 BTM_TRACE_API("BTM_EnableInterlacedPageScan"); in BTM_EnableInterlacedPageScan()
315 BTM_TRACE_API("BTM_SetInquiryMode"); in BTM_SetInquiryMode()
358 BTM_TRACE_API("BTM_SetConnectability"); in BTM_SetConnectability()
376 BTM_TRACE_API("BTM_SetConnectability: mode %d [NonConn-0, Conn-1]", in BTM_SetConnectability()
417 BTM_TRACE_API("BTM_IsInquiryActive"); in BTM_IsInquiryActive()
438 BTM_TRACE_API("BTM_CancelInquiry called"); in BTM_CancelInquiry()
624 BTM_TRACE_API("BTM_CancelRemoteDeviceName()"); in BTM_CancelRemoteDeviceName()
[all …]
Dbtm_sco.cc443 BTM_TRACE_API("Role Change is in progress for ACL handle 0x%04x", in BTM_CreateSco()
539 BTM_TRACE_API( in btm_sco_chk_pend_rolechange()
1097 BTM_TRACE_API("%s: SCO Link for handle 0x%04x, pkt 0x%04x", __func__, in BTM_ChangeEScoLinkParms()
1100 BTM_TRACE_API("%s: SCO Link for handle 0x%04x, pkt 0x%04x", __func__, in BTM_ChangeEScoLinkParms()
1117 BTM_TRACE_API("%s -> eSCO Link for handle 0x%04x", __func__, in BTM_ChangeEScoLinkParms()
1119 BTM_TRACE_API( in BTM_ChangeEScoLinkParms()
1146 BTM_TRACE_API( in BTM_ChangeEScoLinkParms()
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.cc374 BTM_TRACE_API( in BTM_SetPinType()
419 BTM_TRACE_API("%s : sec: 0x%x", __func__, sec_level); in BTM_SetSecurityLevel()
557 BTM_TRACE_API("BTM_SEC_CLR[%d]: id %d", i, service_id); in BTM_SecClrService()
590 BTM_TRACE_API("BTM_SEC_CLR[%d]: id %d ", i, p_srec->service_id); in BTM_SecClrServiceByPsm()
595 BTM_TRACE_API("BTM_SecClrServiceByPsm psm:0x%x num_freed:%d", psm, num_freed); in BTM_SecClrServiceByPsm()
619 BTM_TRACE_API( in BTM_PINCodeReply()
933 BTM_TRACE_API("BTM_SecBondCancel() State: %s flags:0x%x", in BTM_SecBondCancel()
1104 BTM_TRACE_API( in BTM_SetEncryption()
1248 BTM_TRACE_API("BTM_PasskeyReqReply: State: %s res:%d", in BTM_PasskeyReqReply()
Dbtm_ble_gap.cc900 BTM_TRACE_API("%s", __func__); in BTM_BleReadDiscoverability()
916 BTM_TRACE_API("%s", __func__); in BTM_BleReadConnectability()
Dbtm_ble.cc399 BTM_TRACE_API( in BTM_BleSetPrefConnParams()
/system/bt/internal_include/
Dbt_trace.h282 #define BTM_TRACE_API(...) \ macro