Home
last modified time | relevance | path

Searched defs:service_record_handle (Results 1 – 20 of 20) sorted by relevance

/btstack/src/classic/
H A Dpan.c66 static void pan_create_service(uint8_t *service, uint32_t service_record_handle, in pan_create_service()
223 void pan_create_nap_sdp_record(uint8_t *service, uint32_t service_record_handle, uint16_t * network… in pan_create_nap_sdp_record()
229 void pan_create_gn_sdp_record(uint8_t *service, uint32_t service_record_handle, uint16_t * network_… in pan_create_gn_sdp_record()
234 void pan_create_panu_sdp_record(uint8_t *service, uint32_t service_record_handle, uint16_t * networ… in pan_create_panu_sdp_record()
H A Dspp_server.c58 static void spp_create_sdp_record_internal(uint8_t *service, uint32_t service_record_handle, const … in spp_create_sdp_record_internal()
139 void spp_create_sdp_record(uint8_t *service, uint32_t service_record_handle, int rfcomm_channel, co… in spp_create_sdp_record()
143 void spp_create_custom_sdp_record(uint8_t *service, uint32_t service_record_handle, const uint8_t *… in spp_create_custom_sdp_record()
H A Dsdp_server.h59 uint32_t service_record_handle; member
H A Ddevice_id_server.c56 void device_id_create_sdp_record(uint8_t *service, uint32_t service_record_handle, uint16_t vendor_… in device_id_create_sdp_record()
H A Dgatt_sdp.c55 void gatt_create_sdp_record(uint8_t *service, uint32_t service_record_handle, uint16_t gatt_start_h… in gatt_create_sdp_record()
H A Da2dp_sink.c63 void a2dp_sink_create_sdp_record(uint8_t * service, uint32_t service_record_handle, uint16_t suppo… in a2dp_sink_create_sdp_record()
H A Da2dp_source.c73 void a2dp_source_create_sdp_record(uint8_t * service, uint32_t service_record_handle, uint16_t supp… in a2dp_source_create_sdp_record()
H A Dsdp_server.c172 void sdp_unregister_service(uint32_t service_record_handle){ in sdp_unregister_service()
H A Dhsp_hs.c222 void hsp_hs_create_sdp_record(uint8_t * service, uint32_t service_record_handle, int rfcomm_channe… in hsp_hs_create_sdp_record()
H A Dhsp_ag.c202 void hsp_ag_create_sdp_record(uint8_t * service, uint32_t service_record_handle, int rfcomm_channel… in hsp_ag_create_sdp_record()
H A Da2dp.c89 void a2dp_create_sdp_record(uint8_t * service, uint32_t service_record_handle, uint16_t service_cl… in a2dp_create_sdp_record()
H A Dhfp_hf.c2372 void hfp_hf_create_sdp_record_with_codecs(uint8_t * service, uint32_t service_record_handle, int rf… in hfp_hf_create_sdp_record_with_codecs()
2418 void hfp_hf_create_sdp_record(uint8_t * service, uint32_t service_record_handle, int rfcomm_channel… in hfp_hf_create_sdp_record()
H A Dhid_device.c175 void hid_create_sdp_record(uint8_t *service, uint32_t service_record_handle, const hid_sdp_record_t… in hid_create_sdp_record()
H A Dhfp_ag.c3302 void hfp_ag_create_sdp_record_with_codecs(uint8_t * service, uint32_t service_record_handle, int rf… in hfp_ag_create_sdp_record_with_codecs()
3355 void hfp_ag_create_sdp_record(uint8_t * service, uint32_t service_record_handle, int rfcomm_channel… in hfp_ag_create_sdp_record()
H A Davrcp.c246 void avrcp_create_sdp_record(bool controller, uint8_t * service, uint32_t service_record_handle, ui… in avrcp_create_sdp_record()
H A Dpbap_client.c1422 void pbap_client_create_sdp_record(uint8_t *service, uint32_t service_record_handle, const char *se… in pbap_client_create_sdp_record()
H A Davrcp_target.c73 void avrcp_target_create_sdp_record(uint8_t * service, uint32_t service_record_handle, uint16_t sup… in avrcp_target_create_sdp_record()
H A Dhfp.c702 void hfp_create_sdp_record(uint8_t * service, uint32_t service_record_handle, uint16_t service_uuid… in hfp_create_sdp_record()
H A Davrcp_controller.c1424 void avrcp_controller_create_sdp_record(uint8_t * service, uint32_t service_record_handle, uint16_t… in avrcp_controller_create_sdp_record()
/btstack/platform/daemon/src/
H A Ddaemon.c885 uint32_t service_record_handle; in btstack_command_handler() local