Home
last modified time | relevance | path

Searched refs:set_role (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/drivers/usb/
Dusb_bc12.h134 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/
Dbc12_handlers.c12 K_OOPS(K_SYSCALL_DRIVER_BC12(dev, set_role)); in z_vrfy_bc12_set_role()
Dbc12_pi3usb9201.c552 .set_role = pi3usb9201_set_role,
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/audio/shell/
Dgmap.rst21 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/
Dgmap.c519 SHELL_CMD_ARG(set_role, NULL, "[ugt | ugg | bgr | bgs]", cmd_gmap_set_role, 2, 3),