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

  /system/bt/stack/btm/
btm_sco.c 152 UINT16 temp_pkt_types;
193 temp_pkt_types = (p_setup->packet_types &
201 if (!(temp_pkt_types & BTM_ESCO_LINK_ONLY_MASK))
203 temp_pkt_types |= BTM_SCO_PKT_TYPES_MASK_EV3;
209 temp_pkt_types &= BTM_SCO_LINK_ONLY_MASK;
210 temp_pkt_types |= BTM_SCO_EXCEPTION_PKTS_MASK;
215 temp_pkt_types |= ((p_setup->packet_types & BTM_SCO_EXCEPTION_PKTS_MASK) |
221 p_setup->retrans_effort, temp_pkt_types))
223 p_setup->packet_types = temp_pkt_types;
401 UINT16 temp_pkt_types;
    [all...]
btm_acl.c 1640 UINT16 temp_pkt_types; local
    [all...]

Completed in 128 milliseconds