Home
last modified time | relevance | path

Searched refs:sdp_create_service_record_handle (Results 1 – 20 of 20) sorted by relevance

/btstack/example/
H A Dhid_mouse_demo.c328 hid_create_sdp_record(hid_service_buffer, sdp_create_service_record_handle(), &hid_params); in btstack_main()
334 …device_id_create_sdp_record(device_id_sdp_service_buffer, sdp_create_service_record_handle(), DEVI… in btstack_main()
H A Dhid_keyboard_demo.c457 hid_create_sdp_record(hid_service_buffer, sdp_create_service_record_handle(), &hid_params); in btstack_main()
463 …device_id_create_sdp_record(device_id_sdp_service_buffer, sdp_create_service_record_handle(), DEVI… in btstack_main()
H A Dpanu_demo.c136 …pan_create_panu_sdp_record(panu_sdp_record, sdp_create_service_record_handle(), network_packet_typ… in panu_setup()
140 …pan_create_nap_sdp_record(panu_sdp_record, sdp_create_service_record_handle(), network_packet_type… in panu_setup()
H A Dspp_and_gatt_streamer.c459 …spp_create_sdp_record(spp_service_buffer, sdp_create_service_record_handle(), RFCOMM_SERVER_CHANNE… in btstack_main()
466 …gatt_create_sdp_record(gatt_service_buffer, sdp_create_service_record_handle(), ATT_SERVICE_GATT_S… in btstack_main()
H A Dspp_flowcontrol.c94 spp_create_sdp_record(spp_service_buffer, sdp_create_service_record_handle(), 1, "SPP Counter"); in spp_service_setup()
H A Da2dp_source_demo.c296 …a2dp_source_create_sdp_record(sdp_a2dp_source_service_buffer, sdp_create_service_record_handle(), … in a2dp_source_and_avrcp_services_init()
306 …p_target_create_sdp_record(sdp_avrcp_target_service_buffer, sdp_create_service_record_handle(), su… in a2dp_source_and_avrcp_services_init()
313 …ller_create_sdp_record(sdp_avrcp_controller_service_buffer, sdp_create_service_record_handle(), co… in a2dp_source_and_avrcp_services_init()
319 …device_id_create_sdp_record(device_id_sdp_service_buffer, sdp_create_service_record_handle(), DEVI… in a2dp_source_and_avrcp_services_init()
H A Dspp_counter.c104 …spp_create_sdp_record(spp_service_buffer, sdp_create_service_record_handle(), RFCOMM_SERVER_CHANNE… in spp_service_setup()
H A Dhsp_ag_demo.c306 …hsp_ag_create_sdp_record(hsp_service_buffer, sdp_create_service_record_handle(), rfcomm_channel_nr… in btstack_main()
H A Dhsp_hs_demo.c288 …hsp_hs_create_sdp_record(hsp_service_buffer, sdp_create_service_record_handle(), rfcomm_channel_nr… in btstack_main()
H A Da2dp_sink_demo.c302 a2dp_sink_create_sdp_record(sdp_avdtp_sink_service_buffer, sdp_create_service_record_handle(), in setup_demo()
316 …ntroller_create_sdp_record(sdp_avrcp_controller_service_buffer, sdp_create_service_record_handle(), in setup_demo()
326sdp_create_service_record_handle(), target_supported_features, NULL, NULL); in setup_demo()
333sdp_create_service_record_handle(), DEVICE_ID_VENDOR_ID_SOURCE_BLUETOOTH, BLUETOOTH_COMPANY_ID_BLU… in setup_demo()
H A Dgatt_counter.c118 …gatt_create_sdp_record(gatt_service_buffer, sdp_create_service_record_handle(), ATT_SERVICE_GATT_S… in le_counter_setup()
H A Dspp_streamer.c302 …spp_create_sdp_record(spp_service_buffer, sdp_create_service_record_handle(), RFCOMM_SERVER_CHANNE… in btstack_main()
H A Dpan_lwip_http_server.c192 …pan_create_nap_sdp_record(pan_sdp_record, sdp_create_service_record_handle(), network_packet_types… in pan_bnep_setup()
H A Dspp_and_gatt_counter.c272 …spp_create_sdp_record(spp_service_buffer, sdp_create_service_record_handle(), RFCOMM_SERVER_CHANNE… in btstack_main()
H A Davrcp_browsing_client.c294 …a2dp_sink_create_sdp_record(sdp_avdtp_sink_service_buffer, sdp_create_service_record_handle(), AVD… in btstack_main()
305 …te_sdp_record(sdp_avrcp_browsing_controller_service_buffer, sdp_create_service_record_handle(), su… in btstack_main()
H A Dhfp_ag_demo.c766 hfp_ag_create_sdp_record_with_codecs( hfp_service_buffer, sdp_create_service_record_handle(), in btstack_main()
H A Dhfp_hf_demo.c767 hfp_hf_create_sdp_record_with_codecs(hfp_service_buffer, sdp_create_service_record_handle(), in btstack_main()
/btstack/src/classic/
H A Dsdp_server.h98 uint32_t sdp_create_service_record_handle(void);
H A Dsdp_server.c131 uint32_t sdp_create_service_record_handle(void){ in sdp_create_service_record_handle() function
/btstack/platform/daemon/src/
H A Ddaemon.c596 uint32_t record_handle = sdp_create_service_record_handle(); in daemon_sdp_create_and_register_service()