Home
last modified time | relevance | path

Searched refs:reg_oper (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc200 cb_data.reg_oper.server_if = BTA_GATTS_INVALID_IF; in bta_gatts_register()
201 cb_data.reg_oper.uuid = p_msg->api_reg.app_uuid; in bta_gatts_register()
208 cb_data.reg_oper.server_if = p_cb->rcb[first_unuse].gatt_if = in bta_gatts_register()
225 cb_data.reg_oper.status = status; in bta_gatts_register()
262 cb_data.reg_oper.server_if = p_msg->api_dereg.server_if; in bta_gatts_deregister()
263 cb_data.reg_oper.status = status; in bta_gatts_deregister()
276 cb_data.reg_oper.status = status; in bta_gatts_deregister()
Dbta_gattc_act.cc1386 cb_data.reg_oper.client_if = client_if; in bta_gattc_deregister_cmpl()
1387 cb_data.reg_oper.status = GATT_SUCCESS; in bta_gattc_deregister_cmpl()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc135 p_data->reg_oper.status, p_data->reg_oper.server_if, in btapp_gatts_handle_cback()
136 p_data->reg_oper.uuid); in btapp_gatts_handle_cback()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h250 tBTA_GATTC_REG reg_oper; /* registration data */ member
421 tBTA_GATTS_REG_OPER reg_oper; member
/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc233 tGATT_STATUS status = p_data->reg_oper.status; in OnGattServerRegister()
234 log::info("status: {}", gatt_status_text(p_data->reg_oper.status)); in OnGattServerRegister()
240 server_if_ = p_data->reg_oper.server_if; in OnGattServerRegister()
/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc2251 static_cast<tBTA_HH_STATUS>(p_data->reg_oper.status)); in bta_hh_gattc_callback()