Home | History | Annotate | Download | only in avct

Lines Matching full:uint16

38 void avct_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id);
39 void avct_l2c_connect_cfm_cback(UINT16 lcid, UINT16 result);
40 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
41 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg);
42 void avct_l2c_disconnect_ind_cback(UINT16 lcid, BOOLEAN ack_needed);
43 void avct_l2c_disconnect_cfm_cback(UINT16 lcid, UINT16 result);
44 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested);
45 void avct_l2c_data_ind_cback(UINT16 lcid, BT_HDR *p_buf);
103 void avct_l2c_connect_ind_cback(BD_ADDR bd_addr, UINT16 lcid, UINT16 psm, UINT8 id)
106 UINT16 result = L2CAP_CONN_OK;
176 void avct_l2c_connect_cfm_cback(UINT16 lcid, UINT16 result)
237 void avct_l2c_config_cfm_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
287 void avct_l2c_config_ind_cback(UINT16 lcid, tL2CAP_CFG_INFO *p_cfg)
337 void avct_l2c_disconnect_ind_cback(UINT16 lcid, BOOLEAN ack_needed)
340 UINT16 result = AVCT_RESULT_FAIL;
367 void avct_l2c_disconnect_cfm_cback(UINT16 lcid, UINT16 result)
370 UINT16 res;
396 void avct_l2c_congestion_ind_cback(UINT16 lcid, BOOLEAN is_congested)
418 void avct_l2c_data_ind_cback(UINT16 lcid, BT_HDR *p_buf)