Searched refs:gatt_sub (Results 1 – 1 of 1) sorted by relevance
64 struct gatt_sub { struct81 static struct gatt_sub subscriptions[SUB_MAX]; argument3411 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 …]