Home
last modified time | relevance | path

Searched refs:BTA_GATTC_GetOwningService (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_gatt_api.h535 extern const gatt::Service* BTA_GATTC_GetOwningService(uint16_t conn_id,
/system/bt/bta/hh/
Dbta_hh_le.cc697 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()
/system/bt/bta/gatt/
Dbta_gattc_api.cc321 const gatt::Service* BTA_GATTC_GetOwningService(uint16_t conn_id, in BTA_GATTC_GetOwningService() function