Home
last modified time | relevance | path

Searched refs:srvc_inst (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/hh/
Dbta_hh_le.c804 void bta_hh_le_register_input_notif(tBTA_HH_DEV_CB *p_dev_cb, UINT8 srvc_inst, in bta_hh_le_register_input_notif() argument
807 tBTA_HH_LE_RPT *p_rpt = &p_dev_cb->hid_srvc[srvc_inst].report[0]; in bta_hh_le_register_input_notif()
2508 void bta_hh_le_get_rpt(tBTA_HH_DEV_CB *p_cb, UINT8 srvc_inst, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id) in bta_hh_le_get_rpt() argument
2510 …tBTA_HH_LE_RPT *p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode… in bta_hh_le_get_rpt()
2524 bta_hh_le_fill_16bits_srvc_id(TRUE, srvc_inst, srvc_uuid, &char_id.srvc_id); in bta_hh_le_get_rpt()
2541 void bta_hh_le_write_rpt(tBTA_HH_DEV_CB *p_cb, UINT8 srvc_inst, in bta_hh_le_write_rpt() argument
2561 …p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode, r_type, rpt_id); in bta_hh_le_write_rpt()
2574 bta_hh_le_fill_16bits_srvc_id(TRUE, srvc_inst, UUID_SERVCLASS_LE_HID, &char_id.srvc_id); in bta_hh_le_write_rpt()
/system/bt/bta/gatt/
Dbta_gattc_cache.c301 BOOLEAN is_primary, UINT8 srvc_inst) in bta_gattc_add_srvc_to_cache() argument
323 p_new_srvc->service_uuid.id.inst_id = srvc_inst; in bta_gattc_add_srvc_to_cache()