Home
last modified time | relevance | path

Searched refs:HCI_OP_SET_EVENT_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/net/bluetooth/
Dhci_event.c516 hci_send_cmd(hdev, HCI_OP_SET_EVENT_MASK, sizeof(events), events); in hci_setup_event_mask()
716 hci_req_complete(hdev, HCI_OP_SET_EVENT_MASK, status); in hci_cc_set_event_mask()
1730 case HCI_OP_SET_EVENT_MASK: in hci_cmd_complete_evt()
/linux-2.6.39/include/net/bluetooth/
Dhci.h506 #define HCI_OP_SET_EVENT_MASK 0x0c01 macro