Home
last modified time | relevance | path

Searched refs:uuid16 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/bluetooth/
H A Deir.c76 u16 uuid16; in create_uuid16_list() local
81 uuid16 = get_unaligned_le16(&uuid->uuid[12]); in create_uuid16_list()
82 if (uuid16 < 0x1100) in create_uuid16_list()
85 if (uuid16 == PNP_INFO_SVCLASS_ID) in create_uuid16_list()
101 *ptr++ = (uuid16 & 0x00ff); in create_uuid16_list()
102 *ptr++ = (uuid16 & 0xff00) >> 8; in create_uuid16_list()
103 uuids_start[0] += sizeof(uuid16); in create_uuid16_list()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c531 u16 uuid16; in create_uuid16_list() local
536 uuid16 = get_unaligned_le16(&uuid->uuid[12]); in create_uuid16_list()
537 if (uuid16 < 0x1100) in create_uuid16_list()
540 if (uuid16 == PNP_INFO_SVCLASS_ID) in create_uuid16_list()
556 *ptr++ = (uuid16 & 0x00ff); in create_uuid16_list()
557 *ptr++ = (uuid16 & 0xff00) >> 8; in create_uuid16_list()
558 uuids_start[0] += sizeof(uuid16); in create_uuid16_list()

Completed in 5 milliseconds