Searched refs:btha (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_win_unittest.cc24 BLUETOOTH_ADDRESS btha; local
28 kValidDeviceInstanceId, &btha, &error);
32 EXPECT_EQ(0xbc, btha.rgBytes[5]);
33 EXPECT_EQ(0x6a, btha.rgBytes[4]);
34 EXPECT_EQ(0x29, btha.rgBytes[3]);
35 EXPECT_EQ(0xab, btha.rgBytes[2]);
36 EXPECT_EQ(0x5f, btha.rgBytes[1]);
37 EXPECT_EQ(0xb0, btha.rgBytes[0]);
41 BLUETOOTH_ADDRESS btha; local
45 kInvalidDeviceInstanceId, &btha,
[all...]
H A Dbluetooth_low_energy_win.cc56 BLUETOOTH_ADDRESS* btha,
77 ZeroMemory(btha, sizeof(*btha));
78 btha->rgBytes[0] = buffer[0];
79 btha->rgBytes[1] = buffer[1];
80 btha->rgBytes[2] = buffer[2];
81 btha->rgBytes[3] = buffer[3];
82 btha->rgBytes[4] = buffer[4];
83 btha->rgBytes[5] = buffer[5];
303 BLUETOOTH_ADDRESS* btha,
55 StringToBluetoothAddress(const std::string& value, BLUETOOTH_ADDRESS* btha, std::string* error) argument
302 ExtractBluetoothAddressFromDeviceInstanceId(const std::string& instance_id, BLUETOOTH_ADDRESS* btha, std::string* error) argument
666 ExtractBluetoothAddressFromDeviceInstanceIdForTesting( const std::string& instance_id, BLUETOOTH_ADDRESS* btha, std::string* error) argument
[all...]
H A Dbluetooth_low_energy_win.h116 BLUETOOTH_ADDRESS* btha,
H A Dbluetooth_task_manager_win.cc44 std::string BluetoothAddressToCanonicalString(const BLUETOOTH_ADDRESS& btha) { argument
46 btha.rgBytes[5],
47 btha.rgBytes[4],
48 btha.rgBytes[3],
49 btha.rgBytes[2],
50 btha.rgBytes[1],
51 btha.rgBytes[0]);

Completed in 1089 milliseconds