Searched refs:gatt_sub (Results 1 – 1 of 1) sorted by relevance
60 struct gatt_sub { struct77 static struct gatt_sub subscriptions[SUB_MAX]; argument3522 static bool gatt_sub_is_empty(struct gatt_sub *sub) in gatt_sub_is_empty()3529 static void gatt_sub_free(struct gatt_sub *sub) in gatt_sub_free()3535 static void gatt_sub_remove(struct bt_conn *conn, struct gatt_sub *sub, in gatt_sub_remove()3552 static struct gatt_sub *gatt_sub_find(struct bt_conn *conn) in gatt_sub_find()3555 struct gatt_sub *sub = &subscriptions[i]; in gatt_sub_find()3569 static struct gatt_sub *gatt_sub_add(struct bt_conn *conn) in gatt_sub_add()3571 struct gatt_sub *sub; in gatt_sub_add()3585 static struct gatt_sub *gatt_sub_find_by_addr(uint8_t id, in gatt_sub_find_by_addr()[all …]