Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc1654 const gatt::Service* p_svc = BTA_GATTC_GetOwningService(p_dev_cb->conn_id, p_char->value_handle); in bta_hh_le_input_rpt_notify() local
1657 p_dev_cb, p_svc->handle, bta_hh_get_uuid16(p_dev_cb, p_char->uuid), p_char->value_handle); in bta_hh_le_input_rpt_notify()
1879 const gatt::Service* p_svc = BTA_GATTC_GetOwningService(conn_id, p_char->value_handle); in read_report_cb() local
1881 bta_hh_le_find_report_entry(p_dev_cb, p_svc->handle, char_uuid, p_char->value_handle); in read_report_cb()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_act.cc1440 const gatt::Service* p_svc = bta_gattc_get_service_for_handle_srcb(p_srcb, p_char->value_handle); in bta_gattc_process_srvc_chg_ind() local
1441 if (!p_svc || p_svc->uuid != gattp_uuid || p_char->uuid != srvc_chg_uuid) { in bta_gattc_process_srvc_chg_ind()