/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_conn.c | 298 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 D | gap_le.h | 328 int GAP_LeSetHostChannelClassification(uint64_t channelMap);
|
H A D | gap_le_if.c | 132 uint64_t channelMap; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | softbus_ble_utils_test.cpp | 89 softbusAdvParam.channelMap = 1; 102 EXPECT_EQ(bleAdvParams.channelMap, softbusAdvParam.channelMap);
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/ |
H A D | softbus_broadcast_adapter_type.h | 154 int32_t channelMap; member
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/ |
H A D | softbus_broadcast_type.h | 396 int32_t channelMap; member
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 331 int channelMap; member
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_utils.c | 133 dst->channelMap = src->channelMap; in SoftbusAdvParamToBt()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_le_cmd.h | 289 uint8_t channelMap[5]; member 305 uint8_t channelMap[5]; member
|
H A D | hci_def_evt.h | 776 uint8_t channelMap[10]; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_advertiser_impl.h | 329 void SetChannelMap(const BLE_ADV_CHANNEL &channelMap) const;
|
H A D | ble_advertiser_impl.cpp | 58 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 D | ble_defs.h | 497 BLE_ADV_CHANNEL channelMap; /// Advertising channel map member
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/ |
H A D | softbusbroadcast_fuzzer.cpp | 65 param->channelMap = GetData<int32_t>(); in BuildBroadcastParam()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_le_if.h | 252 …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 D | softbus_broadcast_mgr.c | 1316 dstParam->channelMap = srcParam->channelMap; in ConvertBcParams()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_broadcast_mgr_test.cpp | 74 bcParam->channelMap = BC_CHANNLE_MAP; in BuildBroadcastParam()
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 923 advParam->channelMap = BLE_CHANNLE_MAP; in BuildAdvParam()
|