Searched refs:hid_spec_lst2 (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluez/tools/ |
D | sdptool.c | 2239 sdp_data_t *psm, *lang_lst, *lang_lst2, *hid_spec_lst, *hid_spec_lst2; in add_hid_keyb() local 2367 hid_spec_lst2 = sdp_data_alloc(SDP_SEQ8, hid_spec_lst); in add_hid_keyb() 2368 sdp_attr_add(&record, SDP_ATTR_HID_DESCRIPTOR_LIST, hid_spec_lst2); in add_hid_keyb() 2402 sdp_data_t *psm, *lang_lst, *lang_lst2, *hid_spec_lst, *hid_spec_lst2; in add_hid_wiimote() local 2523 hid_spec_lst2 = sdp_data_alloc(SDP_SEQ8, hid_spec_lst); in add_hid_wiimote() 2524 sdp_attr_add(&record, SDP_ATTR_HID_DESCRIPTOR_LIST, hid_spec_lst2); in add_hid_wiimote()
|