Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_ble.cc73 std::vector<tGAP_CLCB> gap_clcbs; variable
80 for (auto& cb : gap_clcbs) in find_clcb_by_bd_addr()
88 for (auto& cb : gap_clcbs) in ble_find_clcb_by_conn_id()
96 gap_clcbs.emplace_back(); in clcb_alloc()
97 tGAP_CLCB& cb = gap_clcbs.back(); in clcb_alloc()
106 for (auto it = gap_clcbs.begin(); it != gap_clcbs.end(); it++) { in clcb_dealloc()
108 auto last_one = std::prev(gap_clcbs.end()); in clcb_dealloc()
110 gap_clcbs.erase(last_one); in clcb_dealloc()