Searched refs:pid (Results 76 – 87 of 87) sorted by relevance
1234
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_cdp1.c | 95 .pid = 0xface,
|
D | test_lcd.c | 134 .pid = 0xdead,
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 32 int _kill(int pid, int sig);
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_mcux.c | 1250 uint64_t pid; in mcux_i3c_do_daa() local 1264 pid = (uint64_t)vendor_id << 32U | (uint64_t)part_no; in mcux_i3c_do_daa() 1269 &config->common.dev_list, pid, in mcux_i3c_do_daa()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | access.h | 1157 uint16_t pid; /**< Product ID */ member
|
D | cfg_cli.h | 1609 uint16_t pid; member
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avrcp.c | 344 if (avctp_hdr->pid != sys_cpu_to_be16(BT_SDP_AV_REMOTE_SVCLASS)) { in avrcp_recv()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 217 cp->path_id = path->pid; in hci_le_setup_iso_data_path() 255 struct bt_iso_chan_path default_hci_path = {.pid = BT_ISO_DATA_PATH_HCI, in bt_iso_setup_data_path()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | cfg.c | 120 shell_print(sh, "\tPID 0x%04x", comp.pid); in cmd_get_comp()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | access.c | 443 data_buf_add_le16_offset(buf, comp->pid, &offset); in bt_mesh_comp_data_get_page_0()
|
D | cfg_cli.c | 2265 page->pid = net_buf_simple_pull_le16(buf); in bt_mesh_comp_p0_get()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1310 * :github:`30276` - Sanitycheck: can't find mdb.pid 1321 * :github:`30229` - BinaryHandler has no pid file
|
1234