Searched refs:handle_sdp_client_query_result (Results 1 – 4 of 4) sorted by relevance
/btstack/example/ |
H A D | sdp_general_query.c | 84 static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, … 119 … sdp_client_query_uuid16(&handle_sdp_client_query_result, remote_addr, BLUETOOTH_PROTOCOL_L2CAP); in packet_handler() 148 static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, … in handle_sdp_client_query_result() function
|
H A D | sdp_bnep_query.c | 84 static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, … 118 … sdp_client_query_uuid16(&handle_sdp_client_query_result, remote, BLUETOOTH_PROTOCOL_BNEP); in packet_handler() 157 static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, … in handle_sdp_client_query_result() function
|
H A D | panu_demo.c | 111 static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, … 194 static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, … in handle_sdp_client_query_result() function 334 …sdp_client_query_uuid16(&handle_sdp_client_query_result, remote_addr, BLUETOOTH_SERVICE_CLASS_NAP); in packet_handler()
|
/btstack/platform/daemon/src/ |
H A D | daemon.c | 186 static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, … 1129 …sdp_client_query(&handle_sdp_client_query_result, addr, (uint8_t*)&serviceSearchPattern[0], (uint8… in btstack_command_handler() 1715 static void handle_sdp_client_query_result(uint8_t packet_type, uint16_t channel, uint8_t *packet, … in handle_sdp_client_query_result() function
|