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

  /system/bt/stack/btm/
btm_acl.c 1666 UINT16 pkt_types = 0; local
    [all...]
btm_sco.c 444 BTM_TRACE_DEBUG("%s: SCO Conn: pkt_types after removing SCO (0x%04x)", __FUNCTION__,
558 ** NOTE: If BTM_IGNORE_SCO_PKT_TYPE is passed in the pkt_types
570 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types,
654 if (pkt_types == BTM_IGNORE_SCO_PKT_TYPE)
655 pkt_types = btm_cb.sco_cb.def_esco_parms.packet_types;
660 ? (pkt_types & BTM_SCO_LINK_ONLY_MASK) : pkt_types;
    [all...]
btm_int.h     [all...]
  /system/bt/stack/include/
btm_api.h     [all...]

Completed in 82 milliseconds