Searched refs:BTA_GATTC_GetOwningService (Results 1 – 3 of 3) sorted by relevance
535 extern const gatt::Service* BTA_GATTC_GetOwningService(uint16_t conn_id,
697 srvc_inst_id = BTA_GATTC_GetOwningService(conn_id, handle)->handle; in write_rpt_ctl_cfg_cb()1320 BTA_GATTC_GetOwningService(conn_id, characteristic->value_handle); in read_report_ref_desc_cb()1577 BTA_GATTC_GetOwningService(p_dev_cb->conn_id, p_char->value_handle); in bta_hh_le_input_rpt_notify()1754 BTA_GATTC_GetOwningService(conn_id, p_char->value_handle); in read_report_cb()
321 const gatt::Service* BTA_GATTC_GetOwningService(uint16_t conn_id, in BTA_GATTC_GetOwningService() function