Searched refs:advExParam (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_adv.c | 153 uint8_t advHandle, uint8_t properties, int8_t txPower, GapLeExAdvParam advExParam) in GapLeSetExtendedAdvertisingParameters() 160 &advExParam.advIntervalMin, in GapLeSetExtendedAdvertisingParameters() 164 &advExParam.advIntervalMax, in GapLeSetExtendedAdvertisingParameters() 166 hciCmdParam.priAdvertisingChannelMap = advExParam.advChannelMap; in GapLeSetExtendedAdvertisingParameters() 168 hciCmdParam.peerAddressType = advExParam.peerAddr->type; in GapLeSetExtendedAdvertisingParameters() 169 (void)memcpy_s(hciCmdParam.peerAddress, BT_ADDRESS_SIZE, advExParam.peerAddr->addr, BT_ADDRESS_SIZE); in GapLeSetExtendedAdvertisingParameters() 170 hciCmdParam.advertisingFilterPolicy = advExParam.advFilterPolicy; in GapLeSetExtendedAdvertisingParameters() 172 hciCmdParam.priAdvertisingPHY = advExParam.primaryAdvPhy; in GapLeSetExtendedAdvertisingParameters() 173 hciCmdParam.secondaryAdvertisingMaxSkip = advExParam.secondaryAdvMaxSkip; in GapLeSetExtendedAdvertisingParameters() 174 hciCmdParam.secondaryAdvertisingPHY = advExParam in GapLeSetExtendedAdvertisingParameters() 152 GapLeSetExtendedAdvertisingParameters( uint8_t advHandle, uint8_t properties, int8_t txPower, GapLeExAdvParam advExParam) GapLeSetExtendedAdvertisingParameters() argument 189 GAP_LeExAdvSetParam(uint8_t advHandle, uint8_t properties, int8_t txPower, GapLeExAdvParam advExParam) GAP_LeExAdvSetParam() argument [all...] |
H A D | gap_le.h | 109 * @param[in] advExParam advertising parameter 113 int GAP_LeExAdvSetParam(uint8_t advHandle, uint8_t properties, int8_t txPower, GapLeExAdvParam advExParam);
|
H A D | gap_le_if.c | 49 GapLeExAdvParam advExParam; member 454 info->result = GAP_LeExAdvSetParam(info->advHandle, info->properties, info->txPower, info->advExParam); in GapLeExAdvSetParamTask() 457 int GAPIF_LeExAdvSetParam(uint8_t advHandle, uint8_t properties, int8_t txPower, GapLeExAdvParam advExParam) in GAPIF_LeExAdvSetParam() argument 470 ctx->advExParam = advExParam; in GAPIF_LeExAdvSetParam()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_le_if.h | 511 * @param[in] advExParam advertising parameter 516 uint8_t advHandle, uint8_t properties, int8_t txPower, GapLeExAdvParam advExParam);
|
Completed in 7 milliseconds