Searched refs:protoList (Results 1 – 1 of 1) sorted by relevance
446 tSDP_PROTOCOL_ELEM protoList[3]; in add_maps_sdp() local463 memset(protoList, 0, 3 * sizeof(tSDP_PROTOCOL_ELEM)); in add_maps_sdp()466 protoList[0].protocol_uuid = UUID_PROTOCOL_L2CAP; in add_maps_sdp()467 protoList[0].num_params = 0; in add_maps_sdp()468 protoList[1].protocol_uuid = UUID_PROTOCOL_RFCOMM; in add_maps_sdp()469 protoList[1].num_params = 1; in add_maps_sdp()470 protoList[1].params[0] = rec->hdr.rfcomm_channel_number; in add_maps_sdp()471 protoList[2].protocol_uuid = UUID_PROTOCOL_OBEX; in add_maps_sdp()472 protoList[2].num_params = 0; in add_maps_sdp()474 sdp_handle, 3, protoList); in add_maps_sdp()[all …]