Home
last modified time | relevance | path

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

/aosp12/system/bt/bta/test/common/
H A Dbta_gatt_api_mock.cc69 const gatt::Service* BTA_GATTC_GetOwningService(uint16_t conn_id, in BTA_GATTC_GetOwningService() function
/aosp12/system/bt/test/mock/
H A Dmock_bta_gattc_api.cc59 const gatt::Service* BTA_GATTC_GetOwningService(uint16_t conn_id, in BTA_GATTC_GetOwningService() function
/aosp12/system/bt/bta/hh/
H A Dbta_hh_le.cc671 srvc_inst_id = BTA_GATTC_GetOwningService(conn_id, handle)->handle; in write_rpt_ctl_cfg_cb()
1282 BTA_GATTC_GetOwningService(conn_id, characteristic->value_handle); in read_report_ref_desc_cb()
1537 BTA_GATTC_GetOwningService(p_dev_cb->conn_id, p_char->value_handle); in bta_hh_le_input_rpt_notify()
1709 BTA_GATTC_GetOwningService(conn_id, p_char->value_handle); in read_report_cb()
/aosp12/system/bt/bta/include/
H A Dbta_gatt_api.h564 extern const gatt::Service* BTA_GATTC_GetOwningService(uint16_t conn_id,
/aosp12/system/bt/bta/gatt/
H A Dbta_gattc_api.cc328 const gatt::Service* BTA_GATTC_GetOwningService(uint16_t conn_id, in BTA_GATTC_GetOwningService() function