Searched refs:BTM_TRACE_API (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/btm/ |
D | btm_sco.cc | 534 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() 1072 BTM_TRACE_API( in BTM_SetEScoMode() 1157 BTM_TRACE_API("%s: SCO Link for handle 0x%04x, pkt 0x%04x", __func__, in BTM_ChangeEScoLinkParms() 1160 BTM_TRACE_API("%s: SCO Link for handle 0x%04x, pkt 0x%04x", __func__, in BTM_ChangeEScoLinkParms() 1177 BTM_TRACE_API("%s -> eSCO Link for handle 0x%04x", __func__, in BTM_ChangeEScoLinkParms() [all …]
|
D | btm_inq.cc | 169 BTM_TRACE_API("BTM_SetDiscoverability"); in BTM_SetDiscoverability() 190 BTM_TRACE_API( in BTM_SetDiscoverability() 274 BTM_TRACE_API("BTM_SetInquiryScanType"); in BTM_SetInquiryScanType() 311 BTM_TRACE_API("BTM_SetPageScanType"); in BTM_SetPageScanType() 352 BTM_TRACE_API("BTM_SetInquiryMode"); in BTM_SetInquiryMode() 390 BTM_TRACE_API("BTM_ReadDiscoverability"); in BTM_ReadDiscoverability() 417 BTM_TRACE_API("BTM_CancelPeriodicInquiry called"); in BTM_CancelPeriodicInquiry() 464 BTM_TRACE_API("BTM_SetConnectability"); in BTM_SetConnectability() 487 BTM_TRACE_API( in BTM_SetConnectability() 539 BTM_TRACE_API("BTM_ReadConnectability"); in BTM_ReadConnectability() [all …]
|
D | btm_dev.cc | 68 BTM_TRACE_API("%s: link key type:%x", __func__, key_type); in BTM_SecAddDevice() 73 BTM_TRACE_API("%s: allocated p_dev_rec=%p, bd_addr=%s", __func__, p_dev_rec, in BTM_SecAddDevice()
|
D | btm_sec.cc | 361 BTM_TRACE_API( in BTM_SetPinType() 391 BTM_TRACE_API( in BTM_SetPairableMode() 429 BTM_TRACE_API("%s : sec: 0x%x", __func__, sec_level); in BTM_SetSecurityLevel() 547 BTM_TRACE_API( in BTM_SetSecurityLevel() 552 BTM_TRACE_API( in BTM_SetSecurityLevel() 588 BTM_TRACE_API("BTM_SEC_CLR[%d]: id %d", i, service_id); in BTM_SecClrService() 621 BTM_TRACE_API("BTM_SEC_CLR[%d]: id %d ", i, p_srec->service_id); in btm_sec_clr_service_by_psm() 626 BTM_TRACE_API("btm_sec_clr_service_by_psm psm:0x%x num_freed:%d", psm, in btm_sec_clr_service_by_psm() 684 BTM_TRACE_API( in BTM_PINCodeReply() 1023 BTM_TRACE_API("BTM_SecBondCancel() State: %s flags:0x%x", in BTM_SecBondCancel() [all …]
|
D | btm_acl.cc | 268 BTM_TRACE_API("%s: pend:%d", __func__, req_pend); in btm_acl_created() 727 BTM_TRACE_API("switch not supported (settings: 0x%04x)", *settings); in check_link_policy() 732 BTM_TRACE_API("hold not supported (settings: 0x%04x)", *settings); in check_link_policy() 737 BTM_TRACE_API("sniff not supported (settings: 0x%04x)", *settings); in check_link_policy() 742 BTM_TRACE_API("park not supported (settings: 0x%04x)", *settings); in check_link_policy() 934 BTM_TRACE_API("%s: pend:%d", __func__, req_pend); in btm_process_remote_ext_features()
|
D | btm_ble.cc | 279 BTM_TRACE_API("BTM_IsBleConnection: conn_handle: %d", conn_handle); in BTM_IsBleConnection() 524 BTM_TRACE_API( in BTM_BleSetPrefConnParams()
|
D | btm_ble_gap.cc | 828 BTM_TRACE_API("%s", __func__); in BTM_BleReadDiscoverability() 844 BTM_TRACE_API("%s", __func__); in BTM_BleReadConnectability()
|
/system/bt/internal_include/ |
D | bt_trace.h | 237 #define BTM_TRACE_API(...) \ macro
|