Searched refs:eir_has_uuids (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 8675 static bool eir_has_uuids(u8 *eir, u16 eir_len, u16 uuid_count, u8 (*uuids)[16]) in eir_has_uuids() function 8767 if (!eir_has_uuids(eir, eir_len, hdev->discovery.uuid_count, in is_filter_match() 8769 !eir_has_uuids(scan_rsp, scan_rsp_len, in is_filter_match()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt.c | 10012 static bool eir_has_uuids(u8 *eir, u16 eir_len, u16 uuid_count, u8 (*uuids)[16]) in eir_has_uuids() function 10104 if (!eir_has_uuids(eir, eir_len, hdev->discovery.uuid_count, in is_filter_match() 10106 !eir_has_uuids(scan_rsp, scan_rsp_len, in is_filter_match()
|
Completed in 20 milliseconds