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

/external/chromium_org/device/bluetooth/
H A Dbluetooth_service_record_win.cc126 const std::vector<uint8>& sdp_bytes,
135 if (sdp_bytes.size() > 0) {
136 LPBYTE blob_data = const_cast<LPBYTE>(&sdp_bytes[0]);
137 ULONG blob_size = static_cast<ULONG>(sdp_bytes.size());
123 BluetoothServiceRecordWin( const std::string& device_address, const std::string& name, const std::vector<uint8>& sdp_bytes, const BluetoothUUID& gatt_uuid) argument
H A Dbluetooth_task_manager_win.h52 std::vector<uint8> sdp_bytes; member in struct:device::BluetoothTaskManagerWin::ServiceRecordState

Completed in 74 milliseconds