Searched refs:HCI_OP_SWITCH_ROLE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 929 #define HCI_OP_SWITCH_ROLE 0x080b macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_conn.c | 1528 hci_send_cmd(conn->hdev, HCI_OP_SWITCH_ROLE, sizeof(cp), &cp); in hci_conn_switch_role()
|
H A D | hci_event.c | 2462 cp = hci_sent_cmd_data(hdev, HCI_OP_SWITCH_ROLE); in hci_cs_switch_role() 3678 case HCI_OP_SWITCH_ROLE: in hci_cmd_status_evt()
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1067 #define HCI_OP_SWITCH_ROLE 0x080b macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 2519 hci_send_cmd(conn->hdev, HCI_OP_SWITCH_ROLE, sizeof(cp), &cp); in hci_conn_switch_role()
|
H A D | hci_event.c | 3016 cp = hci_sent_cmd_data(hdev, HCI_OP_SWITCH_ROLE); in hci_cs_switch_role() 4347 HCI_CS(HCI_OP_SWITCH_ROLE, hci_cs_switch_role),
|
Completed in 34 milliseconds