Home
last modified time | relevance | path

Searched refs:_link_spec (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc129 #define BTHH_LOG_UNKNOWN_LINK(_link_spec) \ argument
130 log::error("Unknown link: {}", (_link_spec).ToRedactedStringForLogging())
131 #define BTHH_LOG_LINK(_link_spec) \ argument
132 log::verbose("link spec: {}", (_link_spec).ToRedactedStringForLogging())
134 #define BTHH_STATE_UPDATE(_link_spec, _state) \ argument
137 (_link_spec).ToRedactedStringForLogging(), \
139 HAL_CBACK(bt_hh_callbacks, connection_state_cb, &(_link_spec).addrt.bda, \
140 (_link_spec).addrt.type, (_link_spec).transport, (_state)); \