OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sdp_list_len
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluez/src/
sdpd-request.c
326
int patlen =
sdp_list_len
(pattern);
328
if (patlen <
sdp_list_len
(search))
564
SDPDBG("Entries in attr seq : %d",
sdp_list_len
(seq));
adapter.c
1046
uuids = g_new0(char *,
sdp_list_len
(adapter->services) + 1);
1396
uuids = g_new0(char *,
sdp_list_len
(adapter->services) + 1);
[
all
...]
/external/bluetooth/bluez/lib/
sdp.c
[
all
...]
/external/bluetooth/bluez/compat/
sdp.c
553
if (!err &&
sdp_list_len
(rsp))
/external/bluetooth/bluez/lib/bluetooth/
sdp_lib.h
50
static inline int
sdp_list_len
(const sdp_list_t *list)
function
Completed in 114 milliseconds