Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs_internal.h367 struct bt_gatt_subscribe_params status_flags_sub_params; member
Dtbs_client.c724 } else if (handle == tbs_inst->status_flags_sub_params.value_handle) { in notify_handler()
1646 sub_params = &current_inst->status_flags_sub_params; in discover_func()
2288 if (inst->status_flags_sub_params.value_handle == 0) { in bt_tbs_client_read_status_flags()
2293 return tbs_client_gatt_read(conn, inst, inst->status_flags_sub_params.value_handle, in bt_tbs_client_read_status_flags()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c253 tbs_handles.status_flags = tbs_inst->status_flags_sub_params.value_handle; in tbs_client_read_val_cb()