Searched refs:char_id (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_le.c | 594 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_read_char_dscrpt() local 599 bta_hh_le_fill_16bits_srvc_id(TRUE, srvc_inst_id, srvc_uuid, &char_id.srvc_id); in bta_hh_le_read_char_dscrpt() 600 bta_hh_le_fill_16bits_char_id(char_inst_id, char_uuid, &char_id.char_id); in bta_hh_le_read_char_dscrpt() 607 &char_id, in bta_hh_le_read_char_dscrpt() 786 tBTA_GATTC_CHAR_ID char_id; in bta_hh_le_register_input_notif() local 802 …_16bits_srvc_id(TRUE, BTA_HH_LE_RPT_GET_SRVC_INST_ID(p_rpt->inst_id), srvc_uuid, &char_id.srvc_id); in bta_hh_le_register_input_notif() 803 …_fill_16bits_char_id(BTA_HH_LE_RPT_GET_RPT_INST_ID(p_rpt->inst_id), p_rpt->uuid, &char_id.char_id); in bta_hh_le_register_input_notif() 808 &char_id); in bta_hh_le_register_input_notif() 817 &char_id); in bta_hh_le_register_input_notif() 825 &char_id); in bta_hh_le_register_input_notif() [all …]
|