OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cfg_val
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluez/src/
attrib-server.c
201
uint16_t
cfg_val
;
local
206
cfg_val
= att_get_u16(attr->data);
229
if ((
cfg_val
& 0x0001) && !(props & ATT_CHAR_PROPER_NOTIFY))
232
if ((
cfg_val
& 0x0002) && !(props & ATT_CHAR_PROPER_INDICATE))
235
if (
cfg_val
& 0x0001)
240
if (
cfg_val
& 0x0002)
Completed in 61 milliseconds