Home
last modified time | relevance | path

Searched refs:sdp_service_search_pattern_for_uuid16 (Results 1 – 4 of 4) sorted by relevance

/btstack/src/classic/
H A Dsdp_client_rfcomm.c393 return sdp_client_query_rfcomm(callback, remote, sdp_service_search_pattern_for_uuid16(uuid16)); in sdp_client_query_rfcomm_channel_and_name_for_uuid()
400 return sdp_client_query_rfcomm(callback, remote, sdp_service_search_pattern_for_uuid16(uuid16)); in sdp_client_query_rfcomm_channel_and_name_for_service_class_uuid()
H A Dsdp_util.h154 uint8_t* sdp_service_search_pattern_for_uuid16(uint16_t uuid16);
H A Dsdp_client.c762 …return sdp_client_query(callback, remote, sdp_service_search_pattern_for_uuid16(uuid), sdp_client_… in sdp_client_query_uuid16()
H A Dsdp_util.c785 uint8_t* sdp_service_search_pattern_for_uuid16(uint16_t uuid16){ in sdp_service_search_pattern_for_uuid16() function