Home
last modified time | relevance | path

Searched refs:EIR_NAME_SHORT (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c593 ptr[1] = EIR_NAME_SHORT; in create_eir()
1531 return eir_append_data(ptr, ad_len, EIR_NAME_SHORT, in append_local_name()
1543 return eir_append_data(ptr, ad_len, EIR_NAME_SHORT, name, in append_local_name()
H A Dmgmt.c1058 eir_len = eir_append_data(eir, eir_len, EIR_NAME_SHORT, in append_eir_data_to_buf()
7371 if (data[i + 1] == EIR_NAME_SHORT && name_managed(adv_flags)) in tlv_data_is_valid()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h585 #define EIR_NAME_SHORT 0x08 /* shortened local name */ macro