Home
last modified time | relevance | path

Searched refs:path_id (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_iso.c208 static inline bool path_is_vendor_specific(uint8_t path_id) in path_is_vendor_specific() argument
210 return (path_id >= BT_HCI_DATAPATH_ID_VS && in path_is_vendor_specific()
211 path_id <= BT_HCI_DATAPATH_ID_VS_END); in path_is_vendor_specific()
214 uint8_t ll_setup_iso_path(uint16_t handle, uint8_t path_dir, uint8_t path_id, in ll_setup_iso_path() argument
375 if (path_is_vendor_specific(path_id) && in ll_setup_iso_path()
377 !ll_data_path_configured(path_dir, path_id))) { in ll_setup_iso_path()
398 dp->path_id = path_id; in ll_setup_iso_path()
412 if (path_id == BT_HCI_DATAPATH_ID_HCI) { in ll_setup_iso_path()
484 if (path_is_vendor_specific(path_id)) { in ll_setup_iso_path()
932 dp->path_id = BT_HCI_DATAPATH_ID_HCI; in ll_iso_receive_test()
[all …]
Dull_iso_types.h103 uint8_t path_id; member
/Zephyr-latest/include/zephyr/bluetooth/audio/
Daudio.h551 .path_id = BT_ISO_DATA_PATH_HCI, \
574 .path_id = BT_ISO_DATA_PATH_HCI, \
690 uint8_t path_id; member
724 uint8_t path_id; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci_driver.c477 if (dp && dp->path_id == BT_HCI_DATAPATH_ID_HCI) { in encode_node()
508 (stream->dp->path_id == BT_HCI_DATAPATH_ID_HCI)) { in encode_node()
Dhci.c2362 status = ll_setup_iso_path(handle, cmd->path_dir, cmd->path_id, in le_setup_iso_path()
6064 if (!dp_in || dp_in->path_id != BT_HCI_DATAPATH_ID_HCI) {
/Zephyr-latest/scripts/dts/
Dgen_defines.py299 path_id = node.z_path_id
344 path_id = node.z_path_id
396 path_id = node.z_path_id
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_iso.c192 path->pid = codec_cfg->path_id; in bt_bap_iso_configure_data_path()
Dbap_broadcast_sink.c691 codec_cfg.path_id = lookup_data.codec_cap->path_id; in base_subgroup_cb()
Dascs.c1549 codec_cfg->path_id = lookup_data.codec_cap->path_id; in ascs_ep_set_codec()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_unicast_server_test.c44 .path_id = BT_ISO_DATA_PATH_HCI,
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h190 uint8_t ll_setup_iso_path(uint16_t handle, uint8_t path_dir, uint8_t path_id,
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2277 uint8_t path_id; member
/Zephyr-latest/subsys/bluetooth/host/
Diso.c217 cp->path_id = path->pid; in hci_le_setup_iso_data_path()