Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dsmp.c2632 !hci_is_identity_address(&info->bdaddr, info->addr_type)) { in smp_cmd_ident_addr_info()
2642 if (hci_is_identity_address(&hcon->dst, hcon->dst_type) && in smp_cmd_ident_addr_info()
H A Dmgmt.c7686 if (!hci_is_identity_address(&cp->addr.bdaddr, addr_type)) { in add_device()
7808 if (!hci_is_identity_address(&cp->addr.bdaddr, addr_type)) { in remove_device()
9647 if (!hci_is_identity_address(bdaddr, bdaddr_type)) in mgmt_new_conn_param()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h2087 static inline bool hci_is_identity_address(bdaddr_t *addr, u8 addr_type) in hci_key_change_cfm()
2119 static inline bool hci_is_identity_address(bdaddr_t *addr, u8 addr_type) hci_is_identity_address() function