mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
don't start SDP server without HAVE_SDP
This commit is contained in:
parent
d527d738c2
commit
80ce979a27
@ -376,10 +376,12 @@ int main (int argc, char * const * argv){
|
||||
l2cap_register_packet_handler(daemon_packet_handler);
|
||||
timeout.process = daemon_no_connections_timeout;
|
||||
|
||||
#ifdef HAVE_SDP
|
||||
// init SDP
|
||||
sdp_init();
|
||||
// sdp_test();
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef USE_LAUNCHD
|
||||
socket_connection_create_launchd();
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user