Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_conn.c231 if (lmp_rswitch_capable(hdev) && !(hdev->link_mode & HCI_LM_MASTER)) in hci_acl_create_connection()
1585 link_mode |= HCI_LM_MASTER; in get_link_mode()
H A Dl2cap_core.c8143 lm1 |= HCI_LM_MASTER; in l2cap_connect_ind()
8148 lm2 |= HCI_LM_MASTER; in l2cap_connect_ind()
H A Dhci_core.c2073 (HCI_LM_MASTER | HCI_LM_ACCEPT); in hci_dev_cmd()
H A Dhci_event.c2761 if (lmp_rswitch_capable(hdev) && (mask & HCI_LM_MASTER)) in hci_conn_request_evt()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h516 #define HCI_LM_MASTER 0x0001 macro