Searched refs:OGF_INFO_PARAM (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/net/bluetooth/ |
D | hci_core.c | 226 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()
|
D | hci_event.c | 811 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/ |
D | hci.h | 174 #define OGF_INFO_PARAM 0x04 macro
|