Searched refs:sdp_client_query_connection (Results 1 – 1 of 1) sorted by relevance
/btstack/platform/daemon/src/ |
H A D | daemon.c | 242 static void * sdp_client_query_connection; variable 1115 sdp_client_query_connection = connection; in btstack_command_handler() 1121 sdp_client_query_connection = connection; in btstack_command_handler() 1701 … socket_connection_send_packet(sdp_client_query_connection, HCI_EVENT_PACKET, 0, packet, size); in handle_sdp_rfcomm_service_result() 1733 …socket_connection_send_packet(sdp_client_query_connection, SDP_CLIENT_PACKET, 0, event, event_len); in handle_sdp_client_query_result() 1739 …socket_connection_send_packet(sdp_client_query_connection, HCI_EVENT_PACKET, 0, packet, event_len); in handle_sdp_client_query_result()
|