Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_gatt_server.cc158 p_data->srvc_oper.status, p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()
159 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()
164 p_data->srvc_oper.status, p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()
165 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()
/system/bt/bta/gatt/
Dbta_gatts_act.cc307 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_delete_service()
308 cb_data.srvc_oper.service_id = p_srvc_cb->service_id; in bta_gatts_delete_service()
312 cb_data.srvc_oper.status = GATT_SUCCESS; in bta_gatts_delete_service()
315 cb_data.srvc_oper.status = GATT_ERROR; in bta_gatts_delete_service()
336 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_stop_service()
337 cb_data.srvc_oper.service_id = p_srvc_cb->service_id; in bta_gatts_stop_service()
338 cb_data.srvc_oper.status = GATT_SUCCESS; in bta_gatts_stop_service()
/system/bt/bta/include/
Dbta_gatt_api.h360 tBTA_GATTS_SRVC_OPER srvc_oper; member