hci_is_identity_address 5651 net/bluetooth/mgmt.c 	if (!hci_is_identity_address(&cp->addr.bdaddr, addr_type)) {
hci_is_identity_address 5743 net/bluetooth/mgmt.c 		if (!hci_is_identity_address(&cp->addr.bdaddr, addr_type)) {
hci_is_identity_address 7218 net/bluetooth/mgmt.c 	if (!hci_is_identity_address(bdaddr, bdaddr_type))
hci_is_identity_address 2560 net/bluetooth/smp.c 	    !hci_is_identity_address(&info->bdaddr, info->addr_type)) {
hci_is_identity_address 2570 net/bluetooth/smp.c 	if (hci_is_identity_address(&hcon->dst, hcon->dst_type) &&