0001
0002
0003
0004 #ifndef _HCI_H_
0005 #define _HCI_H_
0006
0007 #define LTE_GET_INFORMATION 0x3002
0008 #define LTE_GET_INFORMATION_RESULT 0xB003
0009 #define MAC_ADDRESS 0xA2
0010
0011 #define LTE_LINK_ON_OFF_INDICATION 0xB133
0012 #define LTE_PDN_TABLE_IND 0xB143
0013
0014 #define LTE_TX_SDU 0x3200
0015 #define LTE_RX_SDU 0xB201
0016 #define LTE_TX_MULTI_SDU 0x3202
0017 #define LTE_RX_MULTI_SDU 0xB203
0018
0019 #define LTE_DL_SDU_FLOW_CONTROL 0x3305
0020 #define LTE_UL_SDU_FLOW_CONTROL 0xB306
0021
0022 #define LTE_AT_CMD_TO_DEVICE 0x3307
0023 #define LTE_AT_CMD_FROM_DEVICE 0xB308
0024
0025 #define LTE_SDIO_DM_SEND_PKT 0x3312
0026 #define LTE_SDIO_DM_RECV_PKT 0xB313
0027
0028 #define LTE_NV_RESTORE_REQUEST 0xB30C
0029 #define LTE_NV_RESTORE_RESPONSE 0x330D
0030 #define LTE_NV_SAVE_REQUEST 0xB30E
0031 #define NV_TYPE_LTE_INFO 0x00
0032 #define NV_TYPE_BOARD_CONFIG 0x01
0033 #define NV_TYPE_RF_CAL 0x02
0034 #define NV_TYPE_TEMP 0x03
0035 #define NV_TYPE_NET_INFO 0x04
0036 #define NV_TYPE_SAFETY_INFO 0x05
0037 #define NV_TYPE_CDMA_CAL 0x06
0038 #define NV_TYPE_VENDOR 0x07
0039 #define NV_TYPE_ALL 0xff
0040 #define LTE_NV_SAVE_RESPONSE 0x330F
0041
0042 #define LTE_AT_CMD_TO_DEVICE_EXT 0x3323
0043 #define LTE_AT_CMD_FROM_DEVICE_EXT 0xB324
0044
0045 #endif