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

  /external/bluetooth/bluedroid/stack/btm/
btm_sco.c 542 ** NOTE: If BTM_IGNORE_SCO_PKT_TYPE is passed in the pkt_types
554 tBTM_STATUS BTM_CreateSco (BD_ADDR remote_bda, BOOLEAN is_orig, UINT16 pkt_types,
641 if (pkt_types == BTM_IGNORE_SCO_PKT_TYPE)
642 pkt_types = btm_cb.sco_cb.def_esco_parms.packet_types;
647 ? (pkt_types & BTM_SCO_LINK_ONLY_MASK) : pkt_types;
    [all...]
btm_acl.c 2459 UINT16 pkt_types = 0; local
    [all...]
btm_int.h     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h     [all...]

Completed in 61 milliseconds