Searched refs:bdaddr_type_is_le (Results 1 – 5 of 5) sorted by relevance
106 if (bdaddr_type_is_le(la.l2_bdaddr_type)) { in l2cap_sock_bind()169 if (chan->psm && bdaddr_type_is_le(chan->src_type) && in l2cap_sock_bind()219 bdaddr_type_is_le(la.l2_bdaddr_type)) { in l2cap_sock_connect()242 if (bdaddr_type_is_le(la.l2_bdaddr_type)) { in l2cap_sock_connect()252 if (chan->psm && bdaddr_type_is_le(chan->src_type) && in l2cap_sock_connect()458 if (bdaddr_type_is_le(chan->src_type) && in l2cap_sock_getsockopt_old()642 if (!bdaddr_type_is_le(chan->src_type)) { in l2cap_sock_getsockopt()657 if (!bdaddr_type_is_le(chan->src_type)) { in l2cap_sock_getsockopt()739 if (bdaddr_type_is_le(chan->src_type)) { in l2cap_sock_setsockopt_old()842 if (bdaddr_type_is_le(chan->src_type)) in l2cap_set_mode()[all …]
952 if (!bdaddr_type_is_le(sa->iso_bdaddr_type)) { in iso_sock_bind()994 if (!bdaddr_type_is_le(sa->iso_bdaddr_type)) in iso_sock_connect()
6871 if (bdaddr_type_is_le(dst_type)) in is_valid_psm()6989 if (bdaddr_type_is_le(dst_type)) { in l2cap_chan_connect()
5710 if (bdaddr_type_is_le(cp->addr.type)) { in add_remote_oob_data()7309 if (!err && (!bdaddr_type_is_le(cp->addr.type) || in get_conn_info_sync()
350 static inline bool bdaddr_type_is_le(u8 type) in bdaddr_type_is_le() function