Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/main/test/
Dcommon_stack_test.cc30 gatt_client_event_text(static_cast<tBTA_GATTC_EVT>(255)).c_str()); in TEST()
/packages/modules/Bluetooth/system/bta/ras/
Dras_client.cc147 log::debug("event: {}", gatt_client_event_text(event)); in GattcCallback()
159 log::warn("Unhandled event: {}", gatt_client_event_text(event)); in GattcCallback()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc129 gatt_client_event_text(static_cast<tBTA_GATTC_EVT>(event)), event); in btif_gattc_upstreams_evt()
240 gatt_client_event_text(event), event); in bta_gattc_cback()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h79 inline std::string gatt_client_event_text(const tBTA_GATTC_EVT& event) { in gatt_client_event_text() function
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_legacy.cc1933 gatt_client_event_text(BTA_GATTC_OPEN_EVT).c_str())); in bta_dm_proc_open_evt()
2016 gatt_client_event_text(event).c_str())); in bta_dm_gattc_callback()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc2245 log::verbose("event:{}", gatt_client_event_text(event)); in bta_hh_gattc_callback()