Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/
Dhci_core.c226 hci_send_cmd(hdev, OGF_INFO_PARAM, OCF_READ_LOCAL_FEATURES, 0, NULL); in hci_init_req()
229 hci_send_cmd(hdev, OGF_INFO_PARAM, OCF_READ_BUFFER_SIZE, 0, NULL); in hci_init_req()
245 hci_send_cmd(hdev, OGF_INFO_PARAM, OCF_READ_BD_ADDR, 0, NULL); in hci_init_req()
Dhci_event.c811 case OGF_INFO_PARAM: in hci_event_packet()
848 case OGF_INFO_PARAM: in hci_event_packet()
/linux-2.4.37.9/include/net/bluetooth/
Dhci.h174 #define OGF_INFO_PARAM 0x04 macro