Home
last modified time | relevance | path

Searched refs:hid_create_sdp_record (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Dhid_device.h83 void hid_create_sdp_record(uint8_t * service, uint32_t service_record_handle, const hid_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() function
/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()
H A Dhid_keyboard_demo.c457 hid_create_sdp_record(hid_service_buffer, sdp_create_service_record_handle(), &hid_params); in btstack_main()
/btstack/test/sdp/
H A Dsdp_record_builder.cpp210 hid_create_sdp_record(service_buffer, 0x0001, &hid_params); in TEST()