Searched defs:service_record_states (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_task_manager_win.h69 ScopedVector<ServiceRecordState> service_record_states; member in struct:device::BluetoothTaskManagerWin::DeviceState
180 ScopedVector<ServiceRecordState>* service_record_states);
188 ScopedVector<ServiceRecordState>* service_record_states);
193 ScopedVector<ServiceRecordState>* service_record_states);
H A Dbluetooth_task_manager_win.cc515 ScopedVector<ServiceRecordState>* service_record_states = local
516 &(*iter)->service_record_states;
522 service_record_states)) {
527 service_record_states)) {
539 ScopedVector<ServiceRecordState>* service_record_states) {
544 service_record_states);
551 device_address, protocol_uuid, true, service_record_states);
561 ScopedVector<ServiceRecordState>* service_record_states) {
619 service_record_states->push_back(service_record_state);
632 ScopedVector<ServiceRecordState>* service_record_states) {
535 DiscoverClassicDeviceServices( const std::string& device_address, const GUID& protocol_uuid, bool search_cached_services_only, ScopedVector<ServiceRecordState>* service_record_states) argument
557 DiscoverClassicDeviceServicesWorker( const std::string& device_address, const GUID& protocol_uuid, bool search_cached_services_only, ScopedVector<ServiceRecordState>* service_record_states) argument
630 DiscoverLowEnergyDeviceServices( const base::FilePath& device_path, ScopedVector<ServiceRecordState>* service_record_states) argument
[all...]

Completed in 126 milliseconds