Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c205 static uint8_t BtScanPhyTypeToSoftbus(unsigned char phyType) in BtScanPhyTypeToSoftbus() function
229 dst->primaryPhy = BtScanPhyTypeToSoftbus(src->primaryPhy); in BtScanResultToSoftbus()
230 dst->secondaryPhy = BtScanPhyTypeToSoftbus(src->secondaryPhy); in BtScanResultToSoftbus()