Home
last modified time | relevance | path

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

/system/bt/stack/gap/
Dgap_ble.cc45 } tGAP_CLCB; typedef
73 std::vector<tGAP_CLCB> gap_clcbs;
79 tGAP_CLCB* find_clcb_by_bd_addr(const RawAddress& bda) { in find_clcb_by_bd_addr()
87 tGAP_CLCB* ble_find_clcb_by_conn_id(uint16_t conn_id) { in ble_find_clcb_by_conn_id()
95 tGAP_CLCB* clcb_alloc(const RawAddress& bda) { in clcb_alloc()
97 tGAP_CLCB& cb = gap_clcbs.back(); in clcb_alloc()
103 void clcb_dealloc(tGAP_CLCB& clcb) { in clcb_dealloc()
237 bool send_cl_read_request(tGAP_CLCB& clcb) { in send_cl_read_request()
263 void cl_op_cmpl(tGAP_CLCB& clcb, bool status, uint16_t len, uint8_t* p_name) { in cl_op_cmpl()
290 tGAP_CLCB* p_clcb = find_clcb_by_bd_addr(bda); in client_connect_cback()
[all …]