Home | History | Annotate | Download | only in hh

Lines Matching defs:char_uuid

383 void bta_hh_le_fill_16bits_char_id(UINT8 inst_id, UINT16 char_uuid,
387 bta_hh_le_fill_16bits_gatt_id(inst_id, char_uuid, p_output);
601 UINT16 char_uuid, UINT8 char_inst_id, UINT16 char_descp_uuid)
609 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id);
646 UINT16 srvc_uuid, char_uuid;
662 char_uuid = GATT_UUID_BATTERY_LEVEL;
670 char_uuid = GATT_UUID_HID_REPORT;
676 char_uuid,
1157 void bta_hh_le_expl_boot_rpt(tBTA_HH_DEV_CB *p_dev_cb, UINT16 char_uuid,
1162 char_uuid,
1755 UINT16 char_uuid = 0;
1769 char_uuid = bta_hh_le_disc_char_uuid[p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].cur_expl_char_idx - 1];
1772 char_cond.uu.uuid16 = char_uuid;
1778 bta_hh_uuid_to_str(char_uuid), char_uuid);
1787 switch (char_uuid)
1816 bta_hh_le_expl_boot_rpt(p_dev_cb, char_uuid, prop);
1822 if (char_uuid == GATT_UUID_HID_PROTO_MODE)