Searched refs:layer_uuid (Results 1 – 2 of 2) sorted by relevance
/external/bluetooth/bluedroid/stack/sdp/ |
D | sdp_api.c | 728 static BOOLEAN sdp_fill_proto_elem( tSDP_DISC_ATTR *p_attr, UINT16 layer_uuid, in sdp_fill_proto_elem() argument 748 && (p_sattr->attr_value.v.u16 == layer_uuid)) in sdp_fill_proto_elem() 751 p_elem->protocol_uuid = layer_uuid; in sdp_fill_proto_elem() 788 BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM … in SDP_FindProtocolListElemInRec() argument 800 return sdp_fill_proto_elem(p_attr, layer_uuid, p_elem); in SDP_FindProtocolListElemInRec() 821 BOOLEAN SDP_FindAddProtoListsElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM… in SDP_FindAddProtoListsElemInRec() argument 839 if ( (ret = sdp_fill_proto_elem(p_sattr, layer_uuid, p_elem)) == TRUE) in SDP_FindAddProtoListsElemInRec()
|
/external/bluetooth/bluedroid/stack/include/ |
D | sdp_api.h | 382 UINT16 layer_uuid, 398 UINT16 layer_uuid,
|