OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDP_MAX_LIST_BYTE_COUNT
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/sdp/
sdp_discovery.c
391
UINT8 num_array[
SDP_MAX_LIST_BYTE_COUNT
];
462
if ((p_ccb->list_len + list_byte_count) >
SDP_MAX_LIST_BYTE_COUNT
)
474
p_ccb->rsp_list = (UINT8 *)GKI_getbuf (
SDP_MAX_LIST_BYTE_COUNT
);
621
if ((p_ccb->list_len + lists_byte_count) >
SDP_MAX_LIST_BYTE_COUNT
)
633
p_ccb->rsp_list = (UINT8 *)GKI_getbuf (
SDP_MAX_LIST_BYTE_COUNT
);
[
all
...]
/external/bluetooth/bluedroid/include/
bt_target.h
[
all
...]
/external/libnfc-nci/src/include/
bt_target.h
[
all
...]
Completed in 170 milliseconds