Searched refs:l2cap_list (Results 1 – 1 of 1) sorted by relevance
359 sdp_list_t *l2cap_list, *proto_list = NULL, *mcap_list = NULL; in register_service_protocols() local366 l2cap_list = sdp_list_append(NULL, &l2cap_uuid); in register_service_protocols()367 if (!l2cap_list) { in register_service_protocols()378 if (!sdp_list_append(l2cap_list, psm)) { in register_service_protocols()383 proto_list = sdp_list_append(NULL, l2cap_list); in register_service_protocols()427 if (l2cap_list) in register_service_protocols()428 sdp_list_free(l2cap_list, NULL); in register_service_protocols()473 sdp_list_t *l2cap_list, *proto_list = NULL, *mcap_list = NULL; in register_service_additional_protocols() local479 l2cap_list = sdp_list_append(NULL, &l2cap_uuid); in register_service_additional_protocols()480 if (!l2cap_list) { in register_service_additional_protocols()[all …]