Lines Matching full:uint16
51 static const UINT16 bta_hh_uuid_to_rtp_type[BTA_LE_HID_RTP_UUID_MAX][2] =
78 UINT16 conn_id;
79 UINT16 handle;
83 UINT16 len;
88 static list_t *gatt_op_queue_executing = NULL; // list of UINT16 connection ids that currently execute
90 static void mark_as_executing(UINT16 conn_id) {
91 UINT16 *executing_conn_id = osi_malloc(sizeof(UINT16));
100 UINT16 *conn_id = context;
101 UINT16 *conn_id2 = data;
108 static void mark_as_not_executing(UINT16 conn_id) {
114 UINT16 *conn_id = context;
115 UINT16 *conn_id2 = data;
123 UINT16 *conn_id = context;
131 static void gatt_op_queue_clean(UINT16 conn_id) {
139 UINT16 *conn_id = context;
147 static void gatt_execute_next_op(UINT16 conn_id) {
200 static void gatt_queue_read_op(UINT8 op_type, UINT16 conn_id, UINT16 handle) {
214 static void gatt_queue_write_op(UINT8 op_type, UINT16 conn_id, UINT16 handle, UINT16 len,
296 static char *bta_hh_uuid_to_str(UINT16 uuid)
457 tBTA_HH_DEV_CB * bta_hh_le_find_dev_cb_by_conn_id(UINT16 conn_id)
518 UINT16 rpt_uuid,
596 UINT16 rpt_uuid,
649 static tBTA_GATTC_DESCRIPTOR *find_descriptor_by_short_uuid(UINT16 conn_id,
650 UINT16 char_handle,
651 UINT16 short_uuid) {
682 static tBTA_HH_STATUS bta_hh_le_read_char_dscrpt(tBTA_HH_DEV_CB *p_cb, UINT16 char_handle, UINT16 short_uuid)
879 UINT16 clt_cfg_value)
1327 UINT16 sm_event = BTA_HH_GATT_CLOSE_EVT;
1333 p_buf->hdr.layer_specific = (UINT16)p_dev_cb->hid_handle;
1742 UINT16 char_uuid = p_char->uuid.uu.uuid16;
1752 UINT16 min, max, latency, tout;
1826 UINT16 char_uuid = p_char->uuid.uu.uuid16;
1896 UINT16 char_uuid16;
1985 UINT16 cb_evt = p_dev_cb->w4_evt;
2050 UINT16 desc_uuid = p_desc->uuid.uu.uuid16;
2051 UINT16 char_uuid = p_desc->characteristic->uuid.uu.uuid16;
2294 BT_HDR *p_buf, UINT16 w4_evt )
2567 UINT16 evt;
2725 UINT16 cb_evt = p_dev_cb->w4_evt;