Searched refs:HCI_CMD_OPCODE (Results 1 – 1 of 1) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bt_amp_hci.h | 39 #define HCI_CMD_OPCODE(ogf, ocf) ((((ogf) & 0x3F) << 10) | ((ocf) & 0x03FF)) macro 44 #define HCI_Read_Failed_Contact_Counter HCI_CMD_OPCODE(0x05, 0x0001) 45 #define HCI_Reset_Failed_Contact_Counter HCI_CMD_OPCODE(0x05, 0x0002) 46 #define HCI_Read_Link_Quality HCI_CMD_OPCODE(0x05, 0x0003) 47 #define HCI_Read_Local_AMP_Info HCI_CMD_OPCODE(0x05, 0x0009) 48 #define HCI_Read_Local_AMP_ASSOC HCI_CMD_OPCODE(0x05, 0x000A) 49 #define HCI_Write_Remote_AMP_ASSOC HCI_CMD_OPCODE(0x05, 0x000B) 50 #define HCI_Create_Physical_Link HCI_CMD_OPCODE(0x01, 0x0035) 51 #define HCI_Accept_Physical_Link_Request HCI_CMD_OPCODE(0x01, 0x0036) 52 #define HCI_Disconnect_Physical_Link HCI_CMD_OPCODE(0x01, 0x0037) [all …]
|