HomeSort by relevance Sort by last modified time
    Searched refs:srvc_oper (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/src/
btif_gatt_server.cc 158 p_data->srvc_oper.status, p_data->srvc_oper.server_if,
159 p_data->srvc_oper.service_id);
164 p_data->srvc_oper.status, p_data->srvc_oper.server_if,
165 p_data->srvc_oper.service_id);
  /system/bt/bta/gatt/
bta_gatts_act.cc 307 cb_data.srvc_oper.server_if = p_rcb->gatt_if;
308 cb_data.srvc_oper.service_id = p_srvc_cb->service_id;
312 cb_data.srvc_oper.status = GATT_SUCCESS;
315 cb_data.srvc_oper.status = GATT_ERROR;
336 cb_data.srvc_oper.server_if = p_rcb->gatt_if;
337 cb_data.srvc_oper.service_id = p_srvc_cb->service_id;
338 cb_data.srvc_oper.status = GATT_SUCCESS;
  /system/bt/bta/include/
bta_gatt_api.h 360 tBTA_GATTS_SRVC_OPER srvc_oper; member in union:__anon1516
    [all...]

Completed in 309 milliseconds