HomeSort by relevance Sort by last modified time
    Searched refs:write_value (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_gatt_chromeos_unittest.cc 828 std::vector<uint8> write_value; local
829 write_value.push_back(0x01);
    [all...]
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_apitest.cc 749 std::vector<uint8> write_value; local
753 .WillOnce(DoAll(SaveArg<0>(&write_value), InvokeCallbackArgument<1>()));
755 EXPECT_CALL(*chrc0_, GetValue()).Times(1).WillOnce(ReturnRef(write_value));
1012 std::vector<uint8> write_value; local
    [all...]

Completed in 747 milliseconds