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.c503 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_delete_service()
504 cb_data.srvc_oper.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific; in bta_gatts_delete_service()
510 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_delete_service()
515 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_delete_service()
536 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_start_service()
537 cb_data.srvc_oper.service_id = p_msg->api_add_incl_srvc.hdr.layer_specific; in bta_gatts_start_service()
544 cb_data.srvc_oper.status = BTA_GATT_OK; in bta_gatts_start_service()
548 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_start_service()
571 cb_data.srvc_oper.server_if = p_rcb->gatt_if; in bta_gatts_stop_service()
572 cb_data.srvc_oper.service_id = p_srvc_cb->service_id; in bta_gatts_stop_service()
[all …]
/system/bt/btif/src/
Dbtif_gatt_server.c259 p_data->srvc_oper.status, in btapp_gatts_handle_cback()
260 p_data->srvc_oper.server_if, in btapp_gatts_handle_cback()
261 p_data->srvc_oper.service_id); in btapp_gatts_handle_cback()
266 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()
/system/bt/bta/include/
Dbta_gatt_api.h544 tBTA_GATTS_SRVC_OPER srvc_oper; member