Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/rcl/handlers/
Dble5.c86 uint16_t auxPhy: 3; member
546 … if ((cmd->phyFeatures & 0x03) != ble5HandlerState.common.auxPtrInfo.auxPhy) in RCL_Handler_BLE5_adv()
865 …SchedulerState.requestedPhyFeatures = ble5HandlerState.common.auxPtrInfo.auxPhy | (cmd->phyFeature… in RCL_Handler_BLE5_adv()
2935 … if ((cmd->phyFeatures & 0x03) != ble5HandlerState.common.auxPtrInfo.auxPhy) in RCL_Handler_BLE5_scan_init()
3027 …SchedulerState.requestedPhyFeatures = ble5HandlerState.common.auxPtrInfo.auxPhy | (cmd->phyFeature… in RCL_Handler_BLE5_scan_init()
3090 …SchedulerState.requestedPhyFeatures = ble5HandlerState.common.auxPtrInfo.auxPhy | (cmd->phyFeature… in RCL_Handler_BLE5_scan_init()
3297 if (ble5HandlerState.common.auxPtrInfo.auxPhy == BLE_PHY_FEATURE_PHY_2MBPS) in RCL_Handler_BLE5_scan_init()
3307 … else if (ble5HandlerState.common.auxPtrInfo.auxPhy == BLE_PHY_FEATURE_PHY_CODED) in RCL_Handler_BLE5_scan_init()
6119 auxPtrInfo->auxPhy = curBuffer->data[auxPtrIndex + 2] >> 5; in RCL_Handler_BLE5_getAuxPtrFromTxBuffer()
6130 auxPtrInfo->auxPhy = 0; in RCL_Handler_BLE5_getAuxPtrFromTxBuffer()
[all …]