mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-14 01:27:41 +00:00
sdp_client: drop sdp_client_query_rfcomm_ready
This commit is contained in:
parent
763c9b6f30
commit
03f88d00fa
@ -302,10 +302,6 @@ void sdp_client_query_rfcomm_init(void){
|
||||
|
||||
// Public API
|
||||
|
||||
int sdp_client_query_rfcomm_ready(void){
|
||||
return sdp_client_ready();
|
||||
}
|
||||
|
||||
void sdp_client_query_rfcomm_channel_and_name_for_search_pattern(btstack_packet_handler_t callback, bd_addr_t remote, uint8_t * serviceSearchPattern){
|
||||
if (!sdp_client_query_rfcomm_ready()){
|
||||
sdp_client_query_rfcomm_emit_busy(callback);
|
||||
|
@ -52,12 +52,6 @@ extern "C" {
|
||||
|
||||
/* API_START */
|
||||
|
||||
/**
|
||||
* @brief Checks if the SDP Client is ready
|
||||
* @return 1 when no query is active
|
||||
*/
|
||||
int sdp_client_query_rfcomm_ready(void);
|
||||
|
||||
/**
|
||||
* @brief Searches SDP records on a remote device for RFCOMM services with a given UUID.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user