Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/
Dhci_conn.c67 hci_send_cmd(hdev, HCI_OP_LE_CREATE_CONN, sizeof(cp), &cp); in hci_le_connect()
Dhci_event.c1161 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_CREATE_CONN); in hci_cs_le_create_conn()
1840 case HCI_OP_LE_CREATE_CONN: in hci_cmd_status_evt()
/linux-2.6.39/include/net/bluetooth/
Dhci.h675 #define HCI_OP_LE_CREATE_CONN 0x200d macro