Home
last modified time | relevance | path

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

/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(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 Dgap_le.h324 * @param[in] channelMap contains 37 bits (0 is bad, 1 is unknown)
328 int GAP_LeSetHostChannelClassification(uint64_t channelMap);
H A Dgap_le_if.c132 uint64_t channelMap; member
/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_utils_test.cpp89 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 Dsoftbus_broadcast_adapter_type.h159 int32_t channelMap; member
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h399 int32_t channelMap; member
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h331 int channelMap; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.h336 void SetChannelMap(const BLE_ADV_CHANNEL &channelMap) const;
H A Dble_advertiser_impl.cpp55 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 Dble_defs.h510 BLE_ADV_CHANNEL channelMap; /// Advertising channel map member
/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
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c135 dst->channelMap = src->channelMap; in SoftbusAdvParamToBt()
/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/
H A Dsoftbusbroadcast_fuzzer.cpp65 param->channelMap = GetData<int32_t>(); in BuildBroadcastParam()
/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 *context);
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c1237 dstParam->channelMap = srcParam->channelMap; in ConvertBcParams()
/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_broadcast_mgr_test.cpp74 bcParam->channelMap = BC_CHANNLE_MAP; in BuildBroadcastParam()
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c926 advParam->channelMap = BLE_CHANNLE_MAP; in BuildAdvParam()

Completed in 27 milliseconds