Searched refs:BT_UUID_TBS_STATUS_FLAGS (Results 1 – 3 of 3) sorted by relevance
828 err = notify(conn, BT_UUID_TBS_STATUS_FLAGS, inst->attrs, &inst->status_flags, in notify_handler_cb()1854 BT_AUDIO_CHRC(BT_UUID_TBS_STATUS_FLAGS, BT_GATT_CHRC_READ | BT_GATT_CHRC_NOTIFY, \2739 set_value_changed(inst, set_status_flags_changed_cb, BT_UUID_TBS_STATUS_FLAGS); in bt_tbs_set_status_flags()
1649 } else if (bt_uuid_cmp(chrc->uuid, BT_UUID_TBS_STATUS_FLAGS) == 0) { in discover_func()
4613 #define BT_UUID_TBS_STATUS_FLAGS \ macro