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

  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_address.h 54 static bool get_local_address(uint8_t* addr);
bluetooth_address.cc 46 bool BluetoothAddress::get_local_address(uint8_t* local_addr) { function in class:android::hardware::bluetooth::V1_0::implementation::BluetoothAddress
vendor_interface.cc 211 if (!BluetoothAddress::get_local_address(local_bda)) {
  /hardware/interfaces/bluetooth/1.0/default/test/
bluetooth_address_test.cc 212 TEST_F(BluetoothAddressTest, get_local_address) {
220 EXPECT_TRUE(BluetoothAddress::get_local_address(address));
227 EXPECT_TRUE(BluetoothAddress::get_local_address(address));
239 EXPECT_TRUE(BluetoothAddress::get_local_address(address));
247 EXPECT_TRUE(BluetoothAddress::get_local_address(address));

Completed in 493 milliseconds