/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(hciCmdParam.channelMap)); 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), para in GapLeReadChannelMapComplete() [all...] |
H A D | gap_le.h | 324 * @param[in] channelMap contains 37 bits (0 is bad, 1 is unknown) 328 int GAP_LeSetHostChannelClassification(uint64_t channelMap);
|
H A D | gap_le_if.c | 132 uint64_t channelMap; member
|
/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | softbus_ble_utils_test.cpp | 89 softbusAdvParam.channelMap = 1; in HWTEST() 102 EXPECT_EQ(bleAdvParams.channelMap, softbusAdvParam.channelMap); in HWTEST()
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/ |
H A D | softbus_broadcast_adapter_type.h | 159 int32_t channelMap; member
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/ |
H A D | softbus_broadcast_type.h | 399 int32_t channelMap; member
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 331 int channelMap; member
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_advertiser_impl.h | 336 void SetChannelMap(const BLE_ADV_CHANNEL &channelMap) const;
|
H A D | ble_advertiser_impl.cpp | 55 pimpl->advParams_.channelMap = ADV_CHNL_ALL; in BleAdvertiserImpl() 764 para.advChannelMap = pimpl->advParams_.channelMap; in SetAdvParamToGap() 785 para.advChannelMap = pimpl->advParams_.channelMap; in SetExAdvParamToGap() 1172 void BleAdvertiserImpl::SetChannelMap(const BLE_ADV_CHANNEL &channelMap) const in SetChannelMap() 1176 pimpl->advParams_.channelMap = channelMap; in SetChannelMap()
|
H A D | ble_defs.h | 510 BLE_ADV_CHANNEL channelMap; /// Advertising channel map member
|
/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
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_utils.c | 135 dst->channelMap = src->channelMap; in SoftbusAdvParamToBt()
|
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/ |
H A D | softbusbroadcast_fuzzer.cpp | 65 param->channelMap = GetData<int32_t>(); in BuildBroadcastParam()
|
/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 *context);
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/ |
H A D | softbus_broadcast_mgr.c | 1237 dstParam->channelMap = srcParam->channelMap; in ConvertBcParams()
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_broadcast_mgr_test.cpp | 74 bcParam->channelMap = BC_CHANNLE_MAP; in BuildBroadcastParam()
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 926 advParam->channelMap = BLE_CHANNLE_MAP; in BuildAdvParam()
|