Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c64 struct gatt_sub { struct
81 static struct gatt_sub subscriptions[SUB_MAX]; argument
3411 static bool gatt_sub_is_empty(struct gatt_sub *sub) in gatt_sub_is_empty()
3418 static void gatt_sub_free(struct gatt_sub *sub) in gatt_sub_free()
3424 static void gatt_sub_remove(struct bt_conn *conn, struct gatt_sub *sub, in gatt_sub_remove()
3441 static struct gatt_sub *gatt_sub_find(struct bt_conn *conn) in gatt_sub_find()
3444 struct gatt_sub *sub = &subscriptions[i]; in gatt_sub_find()
3458 static struct gatt_sub *gatt_sub_add(struct bt_conn *conn) in gatt_sub_add()
3460 struct gatt_sub *sub; in gatt_sub_add()
3474 static struct gatt_sub *gatt_sub_find_by_addr(uint8_t id, in gatt_sub_find_by_addr()
[all …]