#include <stdint.h>
Functions | |
void | device_id_create_sdp_record (uint8_t *service, uint32_t service_record_handle, uint16_t vendor_id_source, uint16_t vendor_id, uint16_t product_id, uint16_t version) |
Create SDP record for Device ID service. More... | |
void device_id_create_sdp_record | ( | uint8_t * | service, |
uint32_t | service_record_handle, | ||
uint16_t | vendor_id_source, | ||
uint16_t | vendor_id, | ||
uint16_t | product_id, | ||
uint16_t | version | ||
) |
Create SDP record for Device ID service.
service | buffer - needs to large enough |
service_record_handle | |
vendor_id_source | usually DEVICE_ID_VENDOR_ID_SOURCE_BLUETOOTH or DEVICE_ID_VENDOR_ID_SOURCE_USB |
vendor_id | |
product_it | |
version |