Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dgatt.c1032 struct bt_conn *conn_list[CONFIG_BT_MAX_CONN]; member
1038 return (conn == gatt_ccc_store.conn_list[bt_conn_index(conn)]); in gatt_ccc_conn_is_queued()
1045 if (gatt_ccc_store.conn_list[index] != NULL) { in gatt_ccc_conn_unqueue()
1046 bt_conn_unref(gatt_ccc_store.conn_list[index]); in gatt_ccc_conn_unqueue()
1047 gatt_ccc_store.conn_list[index] = NULL; in gatt_ccc_conn_unqueue()
1058 gatt_ccc_store.conn_list[bt_conn_index(conn)] = in gatt_ccc_conn_enqueue()
1068 if (gatt_ccc_store.conn_list[i]) { in gatt_ccc_conn_queue_is_empty()
1083 struct bt_conn *conn = ccc_store->conn_list[i]; in ccc_delayed_store()
1090 ccc_store->conn_list[i] = NULL; in ccc_delayed_store()