Lines Matching full:uint16
45 static UINT8 find_conn_by_cid (UINT16 cid);
51 static void hidh_l2cif_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid,
52 UINT16 psm, UINT8 l2cap_id);
53 static void hidh_l2cif_connect_cfm (UINT16 l2cap_cid, UINT16 result);
54 static void hidh_l2cif_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
55 static void hidh_l2cif_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg);
56 static void hidh_l2cif_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed);
57 static void hidh_l2cif_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg);
58 static void hidh_l2cif_disconnect_cfm (UINT16 l2cap_cid, UINT16 result);
59 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested);
200 static void hidh_l2cif_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id)
378 static void hidh_l2cif_connect_cfm (UINT16 l2cap_cid, UINT16 result)
459 static void hidh_l2cif_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg)
520 static void hidh_l2cif_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg)
574 static void hidh_l2cif_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed)
578 UINT16 disc_res = HCI_SUCCESS;
579 UINT16 hid_close_evt_reason;
654 static void hidh_l2cif_disconnect_cfm (UINT16 l2cap_cid, UINT16 result)
694 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested)
736 static void hidh_l2cif_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg)
818 UINT16 data, UINT8 report_id, BT_HDR *buf)
823 UINT16 bytes_copied;
825 UINT16 data_size;
826 UINT16 cid;
999 static UINT8 find_conn_by_cid (UINT16 cid)