Searched refs:set_role (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/include/zephyr/drivers/usb/ |
D | usb_bc12.h | 134 int (*set_role)(const struct device *dev, enum bc12_role role); member 156 return api->set_role(dev, role); in z_impl_bc12_set_role()
|
/Zephyr-Core-3.7.0/drivers/usb/bc12/ |
D | bc12_handlers.c | 12 K_OOPS(K_SYSCALL_DRIVER_BC12(dev, set_role)); in z_vrfy_bc12_set_role()
|
D | bc12_pi3usb9201.c | 552 .set_role = pi3usb9201_set_role,
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/shell/ |
D | gmap.rst | 21 set_role : [ugt | ugg | bgr | bgs] 39 The :code:`set_role` command can be used to change the role at runtime, assuming that the device
|
/Zephyr-Core-3.7.0/subsys/bluetooth/audio/shell/ |
D | gmap.c | 519 SHELL_CMD_ARG(set_role, NULL, "[ugt | ugg | bgr | bgs]", cmd_gmap_set_role, 2, 3),
|