Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc54 } tGAP_CLCB; typedef
85 std::vector<tGAP_CLCB> gap_clcbs;
91 tGAP_CLCB* find_clcb_by_bd_addr(const RawAddress& bda) { in find_clcb_by_bd_addr()
99 tGAP_CLCB* ble_find_clcb_by_conn_id(uint16_t conn_id) { in ble_find_clcb_by_conn_id()
107 tGAP_CLCB* clcb_alloc(const RawAddress& bda) { in clcb_alloc()
109 tGAP_CLCB& cb = gap_clcbs.back(); in clcb_alloc()
115 void clcb_dealloc(tGAP_CLCB& clcb) { in clcb_dealloc()
252 bool send_cl_read_request(tGAP_CLCB& clcb) { in send_cl_read_request()
278 void cl_op_cmpl(tGAP_CLCB& clcb, bool status, uint16_t len, uint8_t* p_name) { in cl_op_cmpl()
304 tGAP_CLCB* p_clcb = find_clcb_by_bd_addr(bda); in client_connect_cback()
[all …]