Searched refs:UCI_GID_CORE (Results 1 – 4 of 4) sorted by relevance
/hardware/nxp/uwb/halimpl/hal/ |
D | phNxpUciHal.cc | 520 if (mt == UCI_MT_RSP && gid == UCI_GID_CORE && oid == UCI_MSG_CORE_GET_CAPS_INFO) { in phNxpUciHal_read_complete() 540 … if (!pbf && mt == UCI_MT_NTF && gid == UCI_GID_CORE && oid == UCI_MSG_CORE_GENERIC_ERROR_NTF) { in phNxpUciHal_read_complete() 570 } else if ((gid == UCI_GID_CORE) && (oid == UCI_MSG_CORE_SET_CONFIG)){ in phNxpUciHal_read_complete() 596 if((gid == UCI_GID_CORE) && (oid == UCI_MSG_CORE_DEVICE_STATUS_NTF)){ in phNxpUciHal_read_complete() 766 {((UCI_MT_CMD << UCI_MT_SHIFT) | UCI_GID_CORE), UCI_MSG_CORE_SET_CONFIG, in phNxpUciHal_applyVendorConfig() 847 …UciHalRxHandler devInfoRspHandler(UCI_MT_RSP, UCI_GID_CORE, UCI_MSG_CORE_DEVICE_INFO, true, dev_in… in cacheDevInfoRsp() 849 …const uint8_t CoreGetDevInfoCmd[] = {(UCI_MT_CMD << UCI_MT_SHIFT) | UCI_GID_CORE, UCI_MSG_CORE_DEV… in cacheDevInfoRsp() 891 UciHalRxHandler devStatusNtfHandler(UCI_MT_NTF, UCI_GID_CORE, UCI_MSG_CORE_DEVICE_STATUS_NTF, in phNxpUciHal_init_hw()
|
D | phNxpUwbCalib.cc | 58 std::vector<uint8_t> packet({ (0x20 | UCI_GID_CORE), UCI_MSG_CORE_SET_CONFIG, 0x00, 0x00}); in sr1xx_set_conf()
|
/hardware/nxp/uwb/extns/inc/ |
D | uci_defs.h | 58 #define UCI_GID_CORE 0x00 /* UCI Core group */ macro
|
/hardware/nxp/uwb/halimpl/hal/sr1xx/ |
D | NxpUwbChipSr1xx.cc | 436 UCI_MT_NTF, UCI_GID_CORE, UCI_MSG_CORE_DEVICE_STATUS_NTF, false, in chip_init() 442 UCI_MT_NTF, UCI_GID_CORE, UCI_MSG_CORE_GENERIC_ERROR_NTF, false, in chip_init()
|