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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 170 cb_data.reg_oper.server_if = BTA_GATTS_INVALID_IF;
172 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID));
181 cb_data.reg_oper.server_if =
209 cb_data.reg_oper.status = status;
251 cb_data.reg_oper.server_if = p_msg->api_dereg.server_if;
252 cb_data.reg_oper.status = status;
266 cb_data.reg_oper.status = status;
bta_gattc_act.c 110 cb_data.reg_oper.status = BTA_GATT_ERROR;
120 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if;
122 memcpy(&(cb_data.reg_oper.app_uuid),p_app_uuid,sizeof(tBT_UUID));
125 cb_data.reg_oper.status = BTA_GATT_OK;
136 cb_data.reg_oper.status = BTA_GATT_NO_RESOURCES;
189 cb_data.reg_oper.client_if = client_if;
190 cb_data.reg_oper.status = BTA_GATT_OK;
250 cb_data.reg_oper.client_if = client_if;
251 cb_data.reg_oper.status = BTA_GATT_OK;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_server.c 178 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid);
180 , p_data->reg_oper.status
181 , p_data->reg_oper.server_if
btif_gatt_client.c 235 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid);
237 , p_data->reg_oper.status
238 , p_data->reg_oper.client_if
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 357 tBTA_GATTC_REG reg_oper; /* registration data */ member in union:__anon2699
538 tBTA_GATTS_REG_OPER reg_oper; member in union:__anon2708
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 84 milliseconds