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

  /system/bt/stack/btm/
btm_int.h 324 #define BTM_SCO_PKT_TYPE_MASK ( HCI_PKT_TYPES_MASK_HV1 \
333 #define BTM_SCO_2_ESCO(scotype) ((UINT16)(((scotype) & BTM_SCO_PKT_TYPE_MASK) >> 5))
    [all...]
btm_sco.c 446 temp_pkt_types &= ~(BTM_SCO_PKT_TYPE_MASK);
    [all...]

Completed in 338 milliseconds