Searched refs:pid (Results 1 – 16 of 16) sorted by relevance
| /subsys/bluetooth/host/classic/ |
| A D | avctp.c | 107 switch (hdr->pid) { in avctp_l2cap_recv() 113 LOG_ERR("unsupported AVCTP PID received: 0x%04x", sys_be16_to_cpu(hdr->pid)); in avctp_l2cap_recv() 117 tid, hdr->pid); in avctp_l2cap_recv() 168 uint8_t tid, uint16_t pid) in bt_avctp_create_pdu() argument 186 hdr->pid = pid; in bt_avctp_create_pdu()
|
| A D | avctp_internal.h | 33 uint16_t pid; /** Profile Identifier */ member 106 uint8_t tid, uint16_t pid);
|
| A D | avrcp.c | 678 if (avctp_hdr->pid != sys_cpu_to_be16(BT_SDP_AV_REMOTE_SVCLASS)) { in avrcp_recv()
|
| /subsys/net/lib/sockets/ |
| A D | sockets_net_mgmt.c | 31 uintptr_t pid; member 109 mgmt->pid = nm_addr->nm_pid; in znet_mgmt_bind() 201 nm_addr->nm_pid = mgmt->pid; in znet_mgmt_recvfrom()
|
| /subsys/usb/device_next/ |
| A D | usbd_shell.c | 311 uint16_t pid; in cmd_device_pid() local 314 pid = strtol(argv[1], NULL, 16); in cmd_device_pid() 315 ret = usbd_device_set_pid(my_uds_ctx, pid); in cmd_device_pid() 317 shell_error(sh, "dev: failed to set device idProduct to %x", pid); in cmd_device_pid() 568 SHELL_CMD_ARG(pid, NULL,
|
| A D | usbd_device.c | 108 const uint16_t pid) in usbd_device_set_pid() argument 121 fs_desc->idProduct = sys_cpu_to_le16(pid); in usbd_device_set_pid() 125 hs_desc->idProduct = sys_cpu_to_le16(pid); in usbd_device_set_pid()
|
| /subsys/bluetooth/audio/ |
| A D | mcc.c | 143 uint8_t *pid = (uint8_t *)data; in mcc_read_icon_obj_id_cb() local 154 id = sys_get_le48(pid); in mcc_read_icon_obj_id_cb() 443 uint8_t *pid = (uint8_t *)data; in mcc_read_segments_obj_id_cb() local 454 id = sys_get_le48(pid); in mcc_read_segments_obj_id_cb() 473 uint8_t *pid = (uint8_t *)data; in mcc_current_track_obj_id_cb() local 483 id = sys_get_le48(pid); in mcc_current_track_obj_id_cb() 539 uint8_t *pid = (uint8_t *)data; in mcc_next_track_obj_id_cb() local 551 id = sys_get_le48(pid); in mcc_next_track_obj_id_cb() 617 id = sys_get_le48(pid); in mcc_parent_group_obj_id_cb() 656 id = sys_get_le48(pid); in mcc_current_group_obj_id_cb() [all …]
|
| A D | bap_iso.c | 192 path.pid = codec_cfg->path_id; in bt_bap_setup_iso_data_path()
|
| /subsys/net/lib/ptp/ |
| A D | port.c | 48 uint8_t *pid = port_id->clk_id.id; in port_id_str() local 51 pid[0], in port_id_str() 52 pid[1], in port_id_str() 53 pid[2], in port_id_str() 54 pid[3], in port_id_str() 55 pid[4], in port_id_str() 56 pid[5], in port_id_str() 57 pid[6], in port_id_str() 58 pid[7], in port_id_str()
|
| /subsys/fs/fuse_client/ |
| A D | fuse_abi.h | 73 uint32_t pid; member
|
| A D | fuse_client.c | 28 hdr->pid = CONFIG_FUSE_CLIENT_PID_VALUE; in fuse_fill_header()
|
| /subsys/bluetooth/host/ |
| A D | iso.c | 208 cp->path_id = path->pid; in hci_le_setup_iso_data_path() 286 CHECKIF(path->pid != BT_ISO_DATA_PATH_HCI && in validate_iso_setup_data_path_parms() 287 !IN_RANGE(path->pid, BT_ISO_DATA_PATH_VS_ID_MIN, BT_ISO_DATA_PATH_VS_ID_MAX)) { in validate_iso_setup_data_path_parms() 288 LOG_DBG("Invalid pid %u", path->pid); in validate_iso_setup_data_path_parms()
|
| /subsys/bluetooth/host/shell/ |
| A D | iso.c | 96 .pid = BT_ISO_DATA_PATH_HCI, in iso_connected()
|
| /subsys/bluetooth/mesh/shell/ |
| A D | cfg.c | 120 shell_print(sh, "\tPID 0x%04x", comp.pid); in cmd_get_comp()
|
| /subsys/bluetooth/mesh/ |
| A D | access.c | 443 data_buf_add_le16_offset(buf, comp->pid, &offset); in bt_mesh_comp_data_get_page_0()
|
| A D | cfg_cli.c | 2265 page->pid = net_buf_simple_pull_le16(buf); in bt_mesh_comp_p0_get()
|
Completed in 73 milliseconds