sdp_client: drop sdp_client_query_rfcomm_ready

This commit is contained in:
Matthias Ringwald 2016-03-17 10:59:23 +01:00
parent 763c9b6f30
commit 03f88d00fa
2 changed files with 0 additions and 10 deletions

View File

@ -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);

View File

@ -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.
*/