Searched defs:BtAddress (Results 1 - 1 of 1) sorted by relevance

/system/bt/vendor_libs/test_vendor_lib/include/
H A Dbt_address.h29 class BtAddress { class in namespace:test_vendor_lib
35 BtAddress() : address_(0){}; function in class:test_vendor_lib::BtAddress
36 virtual ~BtAddress() = default;
44 inline bool operator==(const BtAddress& right) {
47 inline bool operator!=(const BtAddress& right) {
50 inline bool operator<(const BtAddress& right) {
53 inline bool operator>(const BtAddress& right) {
56 inline bool operator<=(const BtAddress& right) {
59 inline bool operator>=(const BtAddress& right) {
63 inline void operator=(const BtAddress
[all...]

Completed in 58 milliseconds