Searched refs:path_id (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 208 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 …]
|
D | ull_iso_types.h | 103 uint8_t path_id; member
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | audio.h | 551 .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/ |
D | hci_driver.c | 477 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()
|
D | hci.c | 2362 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/ |
D | gen_defines.py | 299 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/ |
D | bap_iso.c | 192 path->pid = codec_cfg->path_id; in bt_bap_iso_configure_data_path()
|
D | bap_broadcast_sink.c | 691 codec_cfg.path_id = lookup_data.codec_cap->path_id; in base_subgroup_cb()
|
D | ascs.c | 1549 codec_cfg->path_id = lookup_data.codec_cap->path_id; in ascs_ep_set_codec()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_unicast_server_test.c | 44 .path_id = BT_ISO_DATA_PATH_HCI,
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 190 uint8_t ll_setup_iso_path(uint16_t handle, uint8_t path_dir, uint8_t path_id,
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 2277 uint8_t path_id; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 217 cp->path_id = path->pid; in hci_le_setup_iso_data_path()
|