OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proto_list
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/health/
hdp_util.c
359
sdp_list_t *l2cap_list, *
proto_list
= NULL, *mcap_list = NULL;
local
383
proto_list
= sdp_list_append(NULL, l2cap_list);
384
if (!
proto_list
) {
408
if (!sdp_list_append(
proto_list
, mcap_list)) {
414
access_proto_list = sdp_list_append(NULL,
proto_list
);
431
if (
proto_list
)
432
sdp_list_free(
proto_list
, NULL);
473
sdp_list_t *l2cap_list, *
proto_list
= NULL, *mcap_list = NULL;
local
496
proto_list
= sdp_list_append(NULL, l2cap_list);
497
if (!
proto_list
) {
[
all
...]
/external/bluetooth/bluez/attrib/
gatt.c
579
static sdp_data_t *proto_seq_find(sdp_list_t *
proto_list
)
586
for (list =
proto_list
; list; list = list->next) {
599
static gboolean parse_proto_params(sdp_list_t *
proto_list
, uint16_t *psm,
605
*psm = sdp_get_proto_port(
proto_list
, L2CAP_UUID);
608
seq1 = proto_seq_find(
proto_list
);
Completed in 79 milliseconds