Searched refs:EIR_APPEARANCE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | eir.c | 51 return eir_append_le16(ptr, ad_len, EIR_APPEARANCE, hdev->appearance); in eir_append_appearance()
|
H A D | mgmt.c | 1189 eir_len = eir_append_le16(eir, eir_len, EIR_APPEARANCE, in append_eir_data_to_buf() 8485 if (data[i + 1] == EIR_APPEARANCE && in tlv_data_is_valid()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 592 #define EIR_APPEARANCE 0x19 /* Device appearance */ macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 695 #define EIR_APPEARANCE 0x19 /* Device appearance */ macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 1610 return eir_append_le16(ptr, ad_len, EIR_APPEARANCE, hdev->appearance); in append_appearance()
|
H A D | mgmt.c | 1050 eir_len = eir_append_le16(eir, eir_len, EIR_APPEARANCE, in append_eir_data_to_buf() 7389 if (data[i + 1] == EIR_APPEARANCE && in tlv_data_is_valid()
|
Completed in 39 milliseconds