Home
last modified time | relevance | path

Searched defs:scanPhys (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c609 uint8_t ownAddrType, uint8_t scanFilterPolity, uint8_t scanPhys, const GapLeScanParam param[]) in GapLeSetExtendedScanParameters()
645 int GAP_LeExScanSetParam(uint8_t scanFilterPolity, uint8_t scanPhys, const GapLeScanParam param[]) in GAP_LeExScanSetParam()
H A Dgap_le_if.c105 uint8_t scanPhys; member
958 int GAPIF_LeExScanSetParam(uint8_t scanFilterPolity, uint8_t scanPhys, const GapLeScanParam param[]) in GAPIF_LeExScanSetParam()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp1045 uint8_t scanPhys = GAP_EX_SCAN_PHY_1M; in SetExScanParamToGap() local