Home
last modified time | relevance | path

Searched refs:phNxpUciHal_send_ext_cmd (Results 1 – 7 of 7) sorted by relevance

/hardware/nxp/uwb/halimpl/hal/sr200/
DphNxpUciHal_LC.cc220 …tHAL_UWB_STATUS status = phNxpUciHal_send_ext_cmd(sizeof(setCoreConfigurations), setCoreConfigurat…
237 tHAL_UWB_STATUS status = phNxpUciHal_send_ext_cmd(sizeof(buffer), buffer);
268 status = phNxpUciHal_send_ext_cmd(retlen,vendorConfig);
295 tHAL_UWB_STATUS status = phNxpUciHal_send_ext_cmd(sizeof(buffer), buffer);
338 status = phNxpUciHal_send_ext_cmd(cmdLen,buffer);
/hardware/nxp/uwb/halimpl/hal/sr1xx/
DNxpUwbChipSr1xx.cc79 tHAL_UWB_STATUS status = phNxpUciHal_send_ext_cmd(packet.size(), packet.data()); in otp_read_data()
151 return phNxpUciHal_send_ext_cmd(sizeof(buffer), buffer); in sr1xx_disable_dpd()
194 status = phNxpUciHal_send_ext_cmd(sizeof(buffer), buffer); in sr1xx_do_bind()
244 status = phNxpUciHal_send_ext_cmd(sizeof(lock_cmd), lock_cmd); in sr1xx_check_binding_status()
/hardware/nxp/uwb/halimpl/hal/
DphNxpUciHal_ext.h60 tHAL_UWB_STATUS phNxpUciHal_send_ext_cmd(uint16_t cmd_len, const uint8_t* p_cmd);
DphNxpUwbCalib.cc52 return phNxpUciHal_send_ext_cmd(packet.size(), packet.data()); in sr1xx_set_calibration()
62 return phNxpUciHal_send_ext_cmd(packet.size(), packet.data()); in sr1xx_set_conf()
DsessionTrack.cc326 auto ret = phNxpUciHal_send_ext_cmd(packet.size(), packet.data()); in StopRanging()
397 auto ret = phNxpUciHal_send_ext_cmd(packet.size(), packet.data()); in DeleteUrsk()
454 auto ret = phNxpUciHal_send_ext_cmd(packet.size(), packet.data()); in GetAppConfLe32()
492 auto ret = phNxpUciHal_send_ext_cmd(packet.size(), packet.data()); in SetStsIndex()
DphNxpUciHal.cc749 tHAL_UWB_STATUS status = phNxpUciHal_send_ext_cmd(retlen, buffer.data()); in phNxpUciHal_applyVendorConfig()
770 if (phNxpUciHal_send_ext_cmd(packet.size(), packet.data()) != UWBSTATUS_SUCCESS) { in phNxpUciHal_applyVendorConfig()
789 status = phNxpUciHal_send_ext_cmd(sizeof(buffer), buffer); in phNxpUciHal_uwb_reset()
850 tHAL_UWB_STATUS status = phNxpUciHal_send_ext_cmd(sizeof(CoreGetDevInfoCmd), CoreGetDevInfoCmd); in cacheDevInfoRsp()
1027 status = phNxpUciHal_send_ext_cmd(cmdlen, vendorConfig); in phNxpUciHal_sessionInitialization()
DphNxpUciHal_ext.cc165 tHAL_UWB_STATUS phNxpUciHal_send_ext_cmd(uint16_t cmd_len, const uint8_t* p_cmd) { in phNxpUciHal_send_ext_cmd() function
214 status = phNxpUciHal_send_ext_cmd(sizeof(buffer), buffer); in phNxpUciHal_set_board_config()
501 tHAL_UWB_STATUS status = phNxpUciHal_send_ext_cmd(packet_size, packet.data()); in CountryCodeCapsApplyTxPower()