Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_conn.c298 static int GapLeSetHostChannelClassification(uint64_t channelMap) in GapLeSetHostChannelClassification() argument
301 …(void)memcpy_s(hciCmdParam.channelMap, sizeof(hciCmdParam.channelMap), &channelMap, sizeof(hciCmdP… in GapLeSetHostChannelClassification()
314 int GAP_LeSetHostChannelClassification(uint64_t channelMap) in GAP_LeSetHostChannelClassification() argument
326 ret = GapLeSetHostChannelClassification(channelMap); in GAP_LeSetHostChannelClassification()
335 uint64_t channelMap = 0; in GapLeReadChannelMapComplete() local
343 … (void)memcpy_s(&channelMap, sizeof(channelMap), param->channelMap, sizeof(param->channelMap)); in GapLeReadChannelMapComplete()
349 param->status, &addr, channelMap, g_leConnUpdateCallback.context); in GapLeReadChannelMapComplete()
H A Dgap_le.h328 int GAP_LeSetHostChannelClassification(uint64_t channelMap);
H A Dgap_le_if.c132 uint64_t channelMap; member
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_utils_test.cpp89 softbusAdvParam.channelMap = 1;
102 EXPECT_EQ(bleAdvParams.channelMap, softbusAdvParam.channelMap);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/
H A Dsoftbus_broadcast_adapter_type.h154 int32_t channelMap; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h396 int32_t channelMap; member
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h331 int channelMap; member
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c133 dst->channelMap = src->channelMap; in SoftbusAdvParamToBt()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_le_cmd.h289 uint8_t channelMap[5]; member
305 uint8_t channelMap[5]; member
H A Dhci_def_evt.h776 uint8_t channelMap[10]; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.h329 void SetChannelMap(const BLE_ADV_CHANNEL &channelMap) const;
H A Dble_advertiser_impl.cpp58 pimpl->advParams_.channelMap = ADV_CHNL_ALL; in BleAdvertiserImpl()
722 para.advChannelMap = pimpl->advParams_.channelMap; in SetAdvParamToGap()
743 para.advChannelMap = pimpl->advParams_.channelMap; in SetExAdvParamToGap()
1128 void BleAdvertiserImpl::SetChannelMap(const BLE_ADV_CHANNEL &channelMap) const in SetChannelMap()
1132 pimpl->advParams_.channelMap = channelMap; in SetChannelMap()
H A Dble_defs.h497 BLE_ADV_CHANNEL channelMap; /// Advertising channel map member
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/
H A Dsoftbusbroadcast_fuzzer.cpp65 param->channelMap = GetData<int32_t>(); in BuildBroadcastParam()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h252 …void (*GapleReadChannelMapResult)(uint8_t result, const BtAddr *addr, uint64_t channelMap, void *c…
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1316 dstParam->channelMap = srcParam->channelMap; in ConvertBcParams()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_broadcast_mgr_test.cpp74 bcParam->channelMap = BC_CHANNLE_MAP; in BuildBroadcastParam()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c923 advParam->channelMap = BLE_CHANNLE_MAP; in BuildAdvParam()