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

  /external/bluetooth/bluedroid/stack/include/
srvc_api.h 44 #define DIS_ATTR_PNP_ID_BIT 0x0100
  /external/bluetooth/bluedroid/stack/srvc/
srvc_dis.c 80 return DIS_ATTR_PNP_ID_BIT;
301 p_clcb->dis_value.attr_mask |= DIS_ATTR_PNP_ID_BIT;
408 else if (dis_attr_bit & DIS_ATTR_PNP_ID_BIT)
425 /* coverity[OVERRUN-STATIC] False-positive : when i = 8, (1 << i) == DIS_ATTR_PNP_ID_BIT, and it will never come down here
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c     [all...]

Completed in 59 milliseconds