Searched refs:tL2CEVT (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_csm.cc | 51 static void l2c_csm_closed(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data); 52 static void l2c_csm_orig_w4_sec_comp(tL2C_CCB* p_ccb, tL2CEVT event, 54 static void l2c_csm_term_w4_sec_comp(tL2C_CCB* p_ccb, tL2CEVT event, 56 static void l2c_csm_w4_l2cap_connect_rsp(tL2C_CCB* p_ccb, tL2CEVT event, 58 static void l2c_csm_w4_l2ca_connect_rsp(tL2C_CCB* p_ccb, tL2CEVT event, 60 static void l2c_csm_config(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data); 61 static void l2c_csm_open(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data); 62 static void l2c_csm_w4_l2cap_disconnect_rsp(tL2C_CCB* p_ccb, tL2CEVT event, 64 static void l2c_csm_w4_l2ca_disconnect_rsp(tL2C_CCB* p_ccb, tL2CEVT event, 67 static const char* l2c_csm_get_event_name(tL2CEVT event); [all …]
|
D | l2c_int.h | 199 } tL2CEVT; typedef 833 void l2c_csm_execute(tL2C_CCB* p_ccb, tL2CEVT event, void* p_data); 893 struct formatter<tL2CEVT> : enum_formatter<tL2CEVT> {};
|