Lines Matching full:uint16
70 p_buf = (tBTA_HH_API_ENABLE *)GKI_getbuf((UINT16)sizeof(tBTA_HH_API_ENABLE));
119 if ((p_buf = (BT_HDR *)GKI_getbuf((UINT16)sizeof(BT_HDR))) != NULL)
123 p_buf->layer_specific = (UINT16) dev_handle;
143 p_buf = (tBTA_HH_API_CONN *)GKI_getbuf((UINT16)sizeof(tBTA_HH_API_CONN));
169 UINT16 data, UINT8 rpt_id, BT_HDR *p_data)
172 UINT16 len = (UINT16) (sizeof(tBTA_HH_CMD_DATA) );
179 p_buf->hdr.layer_specific = (UINT16) dev_handle;
214 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size)
257 void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate)
324 if ((p_buf = (BT_HDR *)GKI_getbuf((UINT16)sizeof(BT_HDR))) != NULL)
328 p_buf->layer_specific = (UINT16) dev_handle;
350 UINT16 len = sizeof(tBTA_HH_MAINT_DEV) + dscp_info.descriptor.dl_len;
362 p_buf->attr_mask = (UINT16) attr_mask;
396 p_buf = (tBTA_HH_MAINT_DEV *)GKI_getbuf((UINT16)sizeof(tBTA_HH_MAINT_DEV));
404 p_buf->hdr.layer_specific = (UINT16) dev_handle;
428 UINT16 report_len)
439 bta_hh_parse_keybd_rpt(p_data, p_report + 1, (UINT16)(report_len -1));
444 bta_hh_parse_mice_rpt(p_data, p_report + 1, (UINT16)(report_len - 1));