|
| std::ostream & | operator<< (std::ostream &os, c7222::Gap::AdvertisingEventType type) |
| |
| std::ostream & | operator<< (std::ostream &os, c7222::Gap::Phy phy) |
| |
| std::ostream & | operator<< (std::ostream &os, c7222::Gap::AdvertisingType type) |
| |
| std::ostream & | operator<< (std::ostream &os, c7222::Gap::DirectAddressType type) |
| |
| std::ostream & | operator<< (std::ostream &os, c7222::Gap::AdvertisingChannelMap map) |
| |
| std::ostream & | operator<< (std::ostream &os, c7222::Gap::AdvertisingFilterPolicy policy) |
| |
| constexpr uint8_t | operator| (c7222::Gap::AdvertisingChannelMap lhs, c7222::Gap::AdvertisingChannelMap rhs) |
| |
| constexpr uint8_t | operator| (uint8_t lhs, c7222::Gap::AdvertisingChannelMap rhs) |
| |
| constexpr uint8_t | operator|= (uint8_t lhs, c7222::Gap::AdvertisingChannelMap rhs) |
| |
| constexpr uint8_t | operator| (c7222::Gap::AdvertisingChannelMap lhs, uint8_t rhs) |
| |
| constexpr uint8_t | operator& (c7222::Gap::AdvertisingChannelMap lhs, c7222::Gap::AdvertisingChannelMap rhs) |
| |
| constexpr uint8_t | operator& (uint8_t lhs, c7222::Gap::AdvertisingChannelMap rhs) |
| |
| constexpr uint8_t | operator&= (uint8_t lhs, c7222::Gap::AdvertisingChannelMap rhs) |
| |
| constexpr uint8_t | operator& (c7222::Gap::AdvertisingChannelMap lhs, uint8_t rhs) |
| |
| constexpr uint8_t | operator^ (uint8_t lhs, c7222::Gap::AdvertisingChannelMap rhs) |
| |
| constexpr uint8_t | operator^= (uint8_t lhs, c7222::Gap::AdvertisingChannelMap rhs) |
| |
| constexpr uint8_t | operator^ (c7222::Gap::AdvertisingChannelMap lhs, uint8_t rhs) |
| |
Provides a C++ wrapper for the BTstack Generic Access Profile (GAP).