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

  /external/chromium_org/device/bluetooth/
bluetooth_service_record_win.h 23 BTH_ADDR bth_addr() const { return bth_addr_; } function in class:device::BluetoothServiceRecordWin
43 BTH_ADDR bth_addr_;
bluetooth_service_record_win.cc 100 BTH_ADDR ConvertToBthAddr(const std::string& address) {
101 BTH_ADDR bth_addr = 0; local
113 bth_addr += *iter * pow(256.0, byte_position);
116 return bth_addr;
bluetooth_socket_win.h 91 BTH_ADDR bth_addr_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2bth.h 161 BTH_ADDR btAddr;
bthdef.h 16 __MINGW_EXTENSION typedef ULONGLONG BTH_ADDR;
431 BTH_ADDR address;
442 BTH_ADDR bthAddress;
452 BTH_ADDR bthAddress;
bluetoothapis.h 26 BTH_ADDR ullLong;

Completed in 100 milliseconds