OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIS_ATTR_PNP_ID_BIT
(Results
1 - 3
of
3
) sorted by null
/system/bt/stack/include/
srvc_api.h
44
#define
DIS_ATTR_PNP_ID_BIT
0x0100
/system/bt/stack/srvc/
srvc_dis.c
81
return
DIS_ATTR_PNP_ID_BIT
;
300
p_clcb->dis_value.attr_mask |=
DIS_ATTR_PNP_ID_BIT
;
403
else if (dis_attr_bit &
DIS_ATTR_PNP_ID_BIT
)
419
/* coverity[OVERRUN-STATIC] False-positive : when i = 8, (1 << i) ==
DIS_ATTR_PNP_ID_BIT
, and it will never come down here
/system/bt/bta/hh/
bta_hh_le.c
[
all
...]
Completed in 626 milliseconds