OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ail_default
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libbluetooth/
sdp_service.c
50
static uint8_t
ail_default
[] = { 0x0a, 0x00, 0x00, 0xff, 0xff };
variable in typeref:typename:uint8_t[]
240
len = (ail == NULL ? (ssize_t)sizeof(
ail_default
) : (ail->end - ail->next));
252
req[4].iov_base = (ail == NULL ?
ail_default
: ail->next);
376
len = (ail == NULL ? (ssize_t)sizeof(
ail_default
) : (ail->end - ail->next));
388
req[5].iov_base = (ail == NULL ?
ail_default
: ail->next);
Completed in 11 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025