OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sdp_bytes
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_device_win.cc
42
std::copy((*iter)->
sdp_bytes
.begin(),
43
(*iter)->
sdp_bytes
.end(),
48
(*iter)->
sdp_bytes
.size(),
bluetooth_device_win_unittest.cc
53
base::HexStringToBytes(kTestAudioSdpBytes, &audio_state->
sdp_bytes
);
60
base::HexStringToBytes(kTestVideoSdpBytes, &video_state->
sdp_bytes
);
bluetooth_task_manager_win.h
46
std::vector<uint8>
sdp_bytes
;
member in struct:device::BluetoothTaskManagerWin::ServiceRecordState
bluetooth_task_manager_win.cc
407
service_record_state->
sdp_bytes
.push_back(
Completed in 73 milliseconds