HomeSort by relevance Sort by last modified time
    Searched refs:BTM_TRACE_API (Results 1 - 9 of 9) sorted by null

  /system/bt/stack/btm/
btm_inq.c 173 BTM_TRACE_API ("BTM_SetDiscoverability");
202 BTM_TRACE_API ("BTM_SetDiscoverability: mode %d [NonDisc-0, Lim-1, Gen-2], window 0x%04x, interval 0x%04x",
301 BTM_TRACE_API ("BTM_SetInquiryScanType");
338 BTM_TRACE_API ("BTM_SetPageScanType");
380 BTM_TRACE_API ("BTM_SetInquiryMode");
423 BTM_TRACE_API ("BTM_ReadDiscoverability");
469 BTM_TRACE_API ("BTM_SetPeriodicInquiryMode: mode: %d, dur: %d, rsps: %d, flt: %d, min: %d, max: %d",
553 BTM_TRACE_API ("BTM_CancelPeriodicInquiry called");
599 BTM_TRACE_API ("BTM_SetConnectability");
629 BTM_TRACE_API ("BTM_SetConnectability: mode %d [NonConn-0, Conn-1], window 0x%04x, interval 0x%04x"
    [all...]
btm_sco.c 466 BTM_TRACE_API(" txbw 0x%x, rxbw 0x%x, lat 0x%x, voice 0x%x, retrans 0x%02x, pkt 0x%04x",
696 BTM_TRACE_API("Role Change is in progress for ACL handle 0x%04x",acl_handle);
707 BTM_TRACE_API("BTM_CreateSco -> (e)SCO Link for ACL handle 0x%04x, Desired Type %d",
754 BTM_TRACE_API("btm_sco_chk_pend_unpark -> (e)SCO Link for ACL handle 0x%04x, Desired Type %d, hci_status 0x%02x",
788 BTM_TRACE_API("btm_sco_chk_pend_rolechange -> (e)SCO Link for ACL handle 0x%04x", acl_handle);
    [all...]
btm_acl.c 301 BTM_TRACE_API("%s: pend:%d", __FUNCTION__, req_pend);
613 BTM_TRACE_API ("BTM_SwitchRole BDA: %02x-%02x-%02x-%02x-%02x-%02x",
823 /* BTM_TRACE_API ("BTM_SetLinkPolicy: requested settings: 0x%04x", *settings ); */
831 BTM_TRACE_API ("BTM_SetLinkPolicy switch not supported (settings: 0x%04x)", *settings );
836 BTM_TRACE_API ("BTM_SetLinkPolicy hold not supported (settings: 0x%04x)", *settings );
841 BTM_TRACE_API ("BTM_SetLinkPolicy sniff not supported (settings: 0x%04x)", *settings );
846 BTM_TRACE_API ("BTM_SetLinkPolicy park not supported (settings: 0x%04x)", *settings );
    [all...]
btm_sec.c 397 BTM_TRACE_API ("BTM_SetPinType: pin type %d [variable-0, fixed-1], code %s, length %d",
428 BTM_TRACE_API ("BTM_SetPairableMode() allow_pairing: %u connect_only_paired: %u", allow_pairing, connect_only_paired);
451 BTM_TRACE_API("%s: Mode : %u", __FUNCTION__,
546 BTM_TRACE_API("%s : sec: 0x%x", __func__, sec_level);
703 BTM_TRACE_API("BTM_SEC_REG[%d]: id %d, conn_type 0x%x, psm 0x%04x, proto_id %d, chan_id %d",
706 BTM_TRACE_API(" : security_flags: 0x%04x, ucd_security_flags: 0x%04x",
710 BTM_TRACE_API(" : service name [%s] (up to %d chars saved)",
716 BTM_TRACE_API("BTM_SEC_REG[%d]: id %d, is_orig %d, psm 0x%04x, proto_id %d, chan_id %d",
720 BTM_TRACE_API(" : sec: 0x%x, service name [%s] (up to %d chars saved)",
758 BTM_TRACE_API("BTM_SEC_CLR[%d]: id %d", i, service_id)
    [all...]
btm_dev.c 70 BTM_TRACE_API("%s: link key type:%x", __func__, key_type);
btm_pm.c 193 BTM_TRACE_API( "BTM_SetPowerMode: pm_id %d BDA: %08x mode:0x%x", pm_id,
    [all...]
btm_ble_gap.c     [all...]
btm_ble.c 303 BTM_TRACE_API ("BTM_IsBleConnection: conn_handle: %d", conn_handle);
541 BTM_TRACE_API ("BTM_BleSetPrefConnParams min: %u max: %u latency: %u \
    [all...]
  /system/bt/include/
bt_trace.h 236 #define BTM_TRACE_API(...) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE(TRACE_LAYER_BTM, TRACE_TYPE_API, ##__VA_ARGS__);}

Completed in 535 milliseconds