Searched refs:bt_if_conn (Results 1 – 1 of 1) sorted by relevance
41 #define CHAN_CONN(_conn) CONTAINER_OF(_conn, struct bt_if_conn, ipsp_chan.chan)59 struct bt_if_conn { struct67 struct bt_if_conn conns[CONFIG_BT_MAX_CONN]; argument82 static struct bt_if_conn *net_bt_get_conn(struct net_if *iface) in net_bt_get_conn()98 struct bt_if_conn *conn = net_bt_get_conn(iface); in net_bt_send()157 struct bt_if_conn *conn = CHAN_CONN(chan); in ipsp_connected()204 struct bt_if_conn *conn = CHAN_CONN(chan); in ipsp_disconnected()223 struct bt_if_conn *conn = CHAN_CONN(chan); in ipsp_recv()283 struct bt_if_conn *conn = NULL; in bt_iface_init()321 struct bt_if_conn *if_conn = NULL; in ipsp_accept()[all …]