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

  /system/bt/bta/gatt/
bta_gatts_act.c 218 cb_data.reg_oper.server_if = BTA_GATTS_INVALID_IF;
219 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID));
227 cb_data.reg_oper.server_if =
245 cb_data.reg_oper.status = status;
290 cb_data.reg_oper.server_if = p_msg->api_dereg.server_if;
291 cb_data.reg_oper.status = status;
305 cb_data.reg_oper.status = status;
808 cb_data.reg_oper.status = BTA_GATT_OK;
809 cb_data.reg_oper.server_if = p_msg->api_listen.server_if;
bta_gattc_act.c 194 cb_data.reg_oper.status = BTA_GATT_NO_RESOURCES;
218 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if;
236 memcpy(&(cb_data.reg_oper.app_uuid),p_app_uuid,sizeof(tBT_UUID));
238 cb_data.reg_oper.status = status;
    [all...]
  /system/bt/btif/src/
btif_gatt_server.c 173 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
175 , p_data->reg_oper.status
176 , p_data->reg_oper.server_if
btif_gatt_client.c 455 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid);
457 , p_data->reg_oper.status
458 , p_data->reg_oper.client_if
621 , p_data->reg_oper.status
622 , p_data->reg_oper.client_if
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 348 tBTA_GATTC_REG reg_oper; /* registration data */ member in union:__anon71957
542 tBTA_GATTS_REG_OPER reg_oper; member in union:__anon71967
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c     [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]

Completed in 596 milliseconds