/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/coap/nstackx_adapter_mock/ |
H A D | nstackx_adapter_mock.cpp | 18 int32_t NSTACKX_RegisterServiceData(const char *serviceData) in NSTACKX_RegisterServiceData()
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/common/src/ |
H A D | disc_coap_parser.c | 119 char serviceData[MAX_SERVICE_DATA_LEN] = {0}; in DiscCoapParseServiceData() local
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_utils.c | 255 uint8_t *serviceData = (uint8_t *)SoftBusCalloc(serviceDataLen); in SoftbusFilterToBt() local 323 char *serviceData = (char *)SoftBusCalloc(sizeof(char) * hexLen); in DumpBleScanFilter() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_ble_scan_result.cpp | 206 std::string serviceData; in ReadServiceDataFromParcel() local
|
H A D | bluetooth_ble_advertiser_data.cpp | 183 bool BluetoothBleAdvertiserData::ReadServiceData(std::map<Uuid, std::string> &serviceData, Parcel &… in ReadServiceData()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_parcel_data.h | 152 void AddServiceData(bluetooth::Uuid uuid, std::string serviceData) in AddServiceData() 546 void AddServiceData(Uuid uuid, std::string serviceData) in AddServiceData() 924 void SetServiceData(const std::vector<uint8_t> &serviceData) in SetServiceData()
|
H A D | ble_service_data.h | 1376 void AddServiceData(Uuid uuid, std::string serviceData) in AddServiceData()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/include/ |
H A D | i_ble_scan_filter.h | 51 std::vector<uint8_t> serviceData; member
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_advertiser.cpp | 225 std::map<ParcelUuid, std::string> serviceData = data.GetServiceData(); in ConvertBleAdvertiserData() local 246 std::map<Uuid, std::string> serviceData = data.GetServiceData(); in GetAdvertiserTotalBytes() local 559 void BleAdvertiserData::AddServiceData(const ParcelUuid &uuid, const std::string &serviceData) in AddServiceData()
|
H A D | bluetooth_ble_central_manager.cpp | 66 for (auto &serviceData : tempResult.GetServiceData()) { in OnScanCallback() local 101 for (auto &serviceData : result.GetServiceData()) { in OnBleBatchScanResultsEvent() local 804 void BleScanFilter::SetServiceData(std::vector<uint8_t> serviceData) in SetServiceData()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/dfinder/ |
H A D | nstackx_test.c | 205 static int32_t TestRegisterServiceData(const unsigned char *serviceData, uint32_t dataLen) in TestRegisterServiceData()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_filter_matcher.cpp | 171 for (auto &serviceData : result.GetServiceData()) { in MatchesServiceDatas() local
|
H A D | bluetooth_ble_advertiser_server.cpp | 169 std::map<Uuid, std::string> serviceData = data.GetServiceData(); in ConvertAdvertisingData() local
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/ |
H A D | ble_test.cpp | 254 std::vector<uint8_t> serviceData = {0x1f, 0x77}; variable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/ |
H A D | nstackx_device.h | 134 char serviceData[NSTACKX_MAX_SERVICE_DATA_LEN]; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/ |
H A D | ble_scan_filter_lsf.cpp | 547 std::vector<uint8_t> serviceData, std::vector<uint8_t> serviceDataMask) in BleScanFilterServiceDataAdd()
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble_utils.c | 404 uint8_t *serviceData = reportInfo->packet.bcData.payload; in GetDeviceInfoFromDisAdvData() local
|
/ohos5.0/foundation/communication/dsoftbus/core/discovery/coap/nstackx_coap/src/ |
H A D | disc_nstackx_adapter.c | 260 char serviceData[NSTACKX_MAX_SERVICE_DATA_LEN] = {0}; in DiscCoapRegisterServiceData() local
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/include/ |
H A D | softbus_broadcast_adapter_type.h | 174 uint8_t *serviceData; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_common.c | 1223 char *serviceData = argument; in RegisterServiceDataInner() local 1230 int32_t NSTACKX_RegisterServiceData(const char *serviceData) in NSTACKX_RegisterServiceData()
|
H A D | nstackx_device_local.c | 523 int32_t SetLocalDeviceServiceData(const char *serviceData) in SetLocalDeviceServiceData()
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/ |
H A D | softbus_broadcast_mgr_test.cpp | 100 unsigned char serviceData[] = {0x04, 0x05, 0x90}; in GetBcScanFilter() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | softbus_ble_gatt_test.cpp | 137 unsigned char serviceData[] = {0xE, 0xE, 0xF, 0xF, 0x04, 0x05}; in CreateScanFilter() local
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 381 unsigned char *serviceData; member
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/ |
H A D | softbus_broadcast_type.h | 416 uint8_t *serviceData; member
|