Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gatts_act.c526 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_delete_service()
527 cb_data.srvc_oper.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific; in bta_gatts_delete_service()
533 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_delete_service()
538 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_delete_service()
559 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_start_service()
560 cb_data.srvc_oper.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific; in bta_gatts_start_service()
567 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_start_service()
571 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_start_service()
594 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_stop_service()
595 cb_data.srvc_oper.service_id = p_srvc_cb->service_id; in bta_gatts_stop_service()
[all …]
/system/bt/btif/src/
Dbtif_gatt_server.c266 p_data->srvc_oper.status, in btapp_gatts_handle_cback()
267 p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()
268 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()
273 p_data->srvc_oper.status, in btapp_gatts_handle_cback()
274 p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()
275 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()
280 p_data->srvc_oper.status, in btapp_gatts_handle_cback()
281 p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()
282 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()
/system/bt/bta/include/
Dbta_gatt_api.h610 tBTA_GATTS_SRVC_OPER srvc_oper; member