Searched refs:bt_has_client_presets_read (Results 1 – 4 of 4) sorted by relevance
268 int bt_has_client_presets_read(struct bt_has *has, uint8_t index, uint8_t max_count);
131 err = bt_has_client_presets_read(inst, index, count); in cmd_has_client_read_presets()
223 err = bt_has_client_presets_read(g_has, BT_HAS_PRESET_INDEX_FIRST, 255); in test_main()
879 int bt_has_client_presets_read(struct bt_has *has, uint8_t start_index, uint8_t count) in bt_has_client_presets_read() function