/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_advertising_manager_test.cc | 732 uint8_t service_data[249]; in TEST_F() local 784 uint8_t service_data[250]; in TEST_F() local 844 uint8_t service_data[254]; in TEST_F() local 1115 uint8_t service_data[200]; in TEST_F() local 1149 uint8_t service_data[232]; in TEST_F() local 1183 uint8_t service_data[200]; in TEST_F() local 1207 uint8_t service_data[249]; in TEST_F() local 1242 uint8_t service_data[250]; in TEST_F() local 1310 uint8_t service_data[254]; in TEST_F() local 1479 uint8_t service_data[232]; in TEST_F() local [all …]
|
D | le_scanning_manager_test.cc | 675 const uint16_t service_data = 0x0000; in TEST_F() local 691 const uint16_t service_data = 0x0000; in TEST_F() local 707 const uint16_t service_data = 0x0000; in TEST_F() local 723 const uint16_t service_data = 0x0000; in TEST_F() local
|
D | le_periodic_sync_manager.h | 146 void TransferSync(const Address& address, uint16_t service_data, uint16_t sync_handle, in TransferSync() 166 void SyncSetInfo(const Address& address, uint16_t service_data, uint8_t adv_handle, int pa_source, in SyncSetInfo()
|
/aosp_15_r20/external/grpc-grpc/src/cpp/server/health/ |
H A D | default_health_check_service.cc | 65 ServiceData& service_data = p.second; in SetServingStatus() local 75 ServiceData& service_data = p.second; in Shutdown() local 86 const ServiceData& service_data = it->second; in GetServingStatus() local 94 ServiceData& service_data = services_map_[service_name]; in RegisterWatch() local 105 ServiceData& service_data = it->second; in UnregisterWatch() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/health/ |
D | default_health_check_service.cc | 65 ServiceData& service_data = p.second; in SetServingStatus() local 75 ServiceData& service_data = p.second; in Shutdown() local 86 const ServiceData& service_data = it->second; in GetServingStatus() local 94 ServiceData& service_data = services_map_[service_name]; in RegisterWatch() local 105 ServiceData& service_data = it->second; in UnregisterWatch() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/ |
H A D | remote_service_manager.cc | 354 void RemoteServiceManager::AddService(const ServiceData& service_data) { in AddService() 384 ServiceCallback svc_cb = [self](const ServiceData& service_data) { in DiscoverServicesOfKind() 425 ServiceCallback svc_cb = [self](const ServiceData& service_data) { in DiscoverServices() 619 ServiceCallback svc_cb = [self](const ServiceData& service_data) { in MaybeHandleNextServiceChangedNotification() 718 for (ServiceData service_data : added_data) { in ProcessServiceChangedDiscoveryResults() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | ble_scanner_hci_interface.cc | 127 void PeriodicAdvSyncTransfer(const RawAddress& bd_addr, uint16_t service_data, in PeriodicAdvSyncTransfer() 143 void PeriodicAdvSetInfoTransfer(const RawAddress& bd_addr, uint16_t service_data, in PeriodicAdvSetInfoTransfer() 233 void PeriodicAdvSyncTransfer(const RawAddress& bd_addr, uint16_t service_data, in PeriodicAdvSyncTransfer() 249 void PeriodicAdvSetInfoTransfer(const RawAddress& bd_addr, uint16_t service_data, in PeriodicAdvSetInfoTransfer()
|
D | btm_ble_scanner.cc | 61 void PeriodicAdvSyncTransfer(const RawAddress& bd_addr, uint16_t service_data, in PeriodicAdvSyncTransfer() 68 void PeriodicAdvSetInfoTransfer(const RawAddress& bd_addr, uint16_t service_data, in PeriodicAdvSetInfoTransfer()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/ |
H A D | advertising_data_test.cc | 395 StaticByteBuffer service_data{/*length=*/0x01, in TEST() local 405 StaticByteBuffer service_data{ in TEST() local 418 StaticByteBuffer service_data{ in TEST() local 431 StaticByteBuffer service_data( in TEST() local 445 StaticByteBuffer service_data{ in TEST() local
|
H A D | advertising_data.cc | 427 const BufferView service_data(field.data() + uuid_size, in FromBytes() local 565 BufferView AdvertisingData::service_data(const UUID& uuid) const { in service_data() function in bt::AdvertisingData
|
/aosp_15_r20/external/libchrome/device/bluetooth/ |
H A D | bluetooth_advertisement.h | 79 std::unique_ptr<ServiceData> service_data() { in service_data() function 93 void set_service_data(std::unique_ptr<ServiceData> service_data) { in set_service_data()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/device/bluetooth/ |
D | bluetooth_advertisement.h | 82 std::unique_ptr<ServiceData> service_data() { in service_data() function 96 void set_service_data(std::unique_ptr<ServiceData> service_data) { in set_service_data()
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/device/bluetooth/ |
D | bluetooth_advertisement.h | 82 std::unique_ptr<ServiceData> service_data() { in service_data() function 96 void set_service_data(std::unique_ptr<ServiceData> service_data) { in set_service_data()
|
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
H A D | fast_pair_filter.cc | 81 bool FillResult(const BleServiceData &service_data, const uint8_t *account_key, in FillResult() 149 const BleServiceData &service_data, in MatchSubsequentPair()
|
H A D | ble_scan_record.cc | 46 BleServiceData service_data; in Parse() local
|
H A D | ble_scan_record.h | 49 chre::DynamicVector<BleServiceData> service_data; member
|
H A D | fast_pair_account_data.cc | 52 FastPairAccountData FastPairAccountData::Parse(const ByteArray &service_data) { in Parse()
|
H A D | presence_filter.cc | 64 const PresenceServiceData &service_data, in MatchFastPairInitial()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/ |
D | adv_parser.rs | 290 let service_data = extract_service_data(payload.as_slice()); in test_extract_service_data() localVariable 344 let service_data = extract_service_data(payload.as_slice()); in test_extract_service_data() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/ |
D | gatt_ble_scanner_shim.cc | 291 void BleScannerIntf::TransferSync(RawAddress addr, uint16_t service_data, uint16_t sync_handle) { in TransferSync() 295 void BleScannerIntf::TransferSetInfo(RawAddress addr, uint16_t service_data, uint8_t adv_handle) { in TransferSetInfo()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | low_energy_connection_manager_test.cc | 1927 gatt::ServiceData service_data(gatt::ServiceKind::PRIMARY, in TEST_P() local 1986 gatt::ServiceData service_data(gatt::ServiceKind::PRIMARY, in TEST_F() local 2040 gatt::ServiceData service_data(gatt::ServiceKind::PRIMARY, in TEST_F() local 2090 gatt::ServiceData service_data(gatt::ServiceKind::PRIMARY, in TEST_F() local 2140 gatt::ServiceData service_data(gatt::ServiceKind::PRIMARY, in TEST_F() local 2214 gatt::ServiceData service_data(gatt::ServiceKind::PRIMARY, in TEST_F() local 2259 gatt::ServiceData service_data(gatt::ServiceKind::PRIMARY, in TEST_F() local 2320 gatt::ServiceData service_data(gatt::ServiceKind::PRIMARY, in TEST_F() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/ |
H A D | advertising_data.h | 47 span<const ServiceData> service_data; member
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/border_router/ |
H A D | test_publish_meshcop_service.py | 194 def check_meshcop_service_by_data(self, br, service_data): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_hcic_hciblecmds.cc | 143 uint16_t conn_handle, uint16_t service_data, uint8_t adv_handle, in btsnd_hcic_ble_periodic_advertising_set_info_transfer() 150 uint16_t conn_handle, uint16_t service_data, uint16_t sync_handle, in btsnd_hcic_ble_periodic_advertising_sync_transfer()
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A D | network_data.py | 414 service_data, argument 443 def service_data(self): member in Service
|