Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dconnection_manager.cc59 using unique_alarm_ptr = std::unique_ptr<alarm_t, decltype(&alarm_free)>; typedef
68 std::map<tAPP_ID, unique_alarm_ptr> doing_direct_conn;
239 app_id, unique_alarm_ptr(timeout, &alarm_free)); in direct_connect_add()