Home
last modified time | relevance | path

Searched refs:allow_role_switch (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h2534 bool allow_role_switch; member
2543 .allow_role_switch = (role_switch), \
Dhci_types.h391 uint8_t allow_role_switch; member
/Zephyr-latest/subsys/bluetooth/host/
Dconn.c2341 cp->allow_role_switch = param->allow_role_switch ? 0x01 : 0x00; in bt_conn_create_br()