Home | History | Annotate | Download | only in hh

Lines Matching full:char_uuid

386 void bta_hh_le_fill_16bits_char_id(UINT8 inst_id, UINT16 char_uuid,
390 bta_hh_le_fill_16bits_gatt_id(inst_id, char_uuid, p_output);
604 UINT16 char_uuid, UINT8 char_inst_id, UINT16 char_descp_uuid)
612 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id);
649 UINT16 srvc_uuid, char_uuid;
665 char_uuid = GATT_UUID_BATTERY_LEVEL;
673 char_uuid = GATT_UUID_HID_REPORT;
679 char_uuid,
1160 void bta_hh_le_expl_boot_rpt(tBTA_HH_DEV_CB *p_dev_cb, UINT16 char_uuid,
1165 char_uuid,
1758 UINT16 char_uuid = 0;
1772 char_uuid = bta_hh_le_disc_char_uuid[p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].cur_expl_char_idx - 1];
1775 char_cond.uu.uuid16 = char_uuid;
1781 bta_hh_uuid_to_str(char_uuid), char_uuid);
1790 switch (char_uuid)
1819 bta_hh_le_expl_boot_rpt(p_dev_cb, char_uuid, prop);
1825 if (char_uuid == GATT_UUID_HID_PROTO_MODE)