Searched defs:advType (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_utils.c | 65 static uint16_t SoftbusAdvDataTypeToBt(uint16_t advType) in SoftbusAdvDataTypeToBt() 77 static uint16_t BtAdvTypeToSoftbus(uint16_t advType) in BtAdvTypeToSoftbus() 105 static BleAdvType SoftbusAdvTypeToBt(uint8_t advType) in SoftbusAdvTypeToBt()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le_scan.c | 397 uint8_t advType = report->eventType; in GapOnLeAdvertisingReportEventProcessOnce() local 503 uint8_t advType = report->eventType; in GapOnLeExtendedAdvertisingReportEventProcessOnce() local 553 uint8_t advType = report->eventType; in GapOnLeDirectedAdvertisingReportProcessOnce() local
|
H A D | gap_le_adv.c | 437 int GAP_LeAdvSetParam(uint8_t advType, GapLeAdvParam advParam) in GAP_LeAdvSetParam()
|
H A D | gap_le_if.c | 75 uint8_t advType; member 660 int GAPIF_LeAdvSetParam(uint8_t advType, GapLeAdvParam advParam) in GAPIF_LeAdvSetParam()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_central_manager_impl.cpp | 241 …uint8_t advType, const BtAddr *peerAddr, GapAdvReportParam reportParam, const BtAddr *currentAddr,… in AdvertisingReport() 275 …uint8_t advType, const BtAddr *addr, GapExAdvReportParam reportParam, const BtAddr *currentAddr, v… in ExAdvertisingReport() 327 uint8_t advType, const BtAddr &peerAddr, const std::vector<uint8_t> &data, int8_t rssi) const in AdvertisingReportTask() 351 bool BleCentralManagerImpl::ExtractIncompleteData(uint8_t advType, const std::string &advertisedAdd… in ExtractIncompleteData() 381 void BleCentralManagerImpl::ExAdvertisingReportTask(uint8_t advType, const BtAddr &peerAddr, in ExAdvertisingReportTask() 431 bool BleCentralManagerImpl::AddPeripheralDevice(uint8_t advType, const BtAddr &peerAddr, in AddPeripheralDevice() 1733 void BleCentralManagerImpl::DirectedAdvertisingReport(uint8_t advType, const BtAddr *addr, in DirectedAdvertisingReport()
|
H A D | ble_advertiser_impl.cpp | 725 uint8_t advType = GAP_ADV_TYPE_CONN_UNDIR; in SetAdvParamToGap() local 751 uint8_t advType = 0; in SetExAdvParamToGap() local 768 int BleAdvertiserImpl::CheckAdvertiserLen(uint8_t payload, uint8_t advType) in CheckAdvertiserLen() 803 uint8_t advType = *iter; in CheckAdvertiserFlag() local
|
H A D | ble_defs.h | 493 BLE_ADV_TYPE advType; /// Advertising type member
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_service_data.cpp | 1142 uint8_t advType = *parseAdvData.payload; in ParseAdvertiserment() local 1155 void BlePeripheralDevice::BuildAdvertiserData(uint8_t advType, BlePeripheralDeviceParseAdvData &par… in BuildAdvertiserData()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/ |
H A D | softbus_broadcast_adapter_type.h | 149 uint8_t advType; member
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 320 BleAdvType advType; member
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/ |
H A D | softbus_broadcast_type.h | 391 uint8_t advType; member
|