Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_act.cc193 cb_data.reg_oper.server_if = BTA_GATTS_INVALID_IF; in bta_gatts_register()
194 cb_data.reg_oper.uuid = p_msg->api_reg.app_uuid; in bta_gatts_register()
201 cb_data.reg_oper.server_if = p_cb->rcb[first_unuse].gatt_if = GATT_Register( in bta_gatts_register()
217 cb_data.reg_oper.status = status; in bta_gatts_register()
254 cb_data.reg_oper.server_if = p_msg->api_dereg.server_if; in bta_gatts_deregister()
255 cb_data.reg_oper.status = status; in bta_gatts_deregister()
267 cb_data.reg_oper.status = status; in bta_gatts_deregister()
Dbta_gattc_act.cc1441 cb_data.reg_oper.client_if = client_if; in bta_gattc_deregister_cmpl()
1442 cb_data.reg_oper.status = GATT_SUCCESS; in bta_gattc_deregister_cmpl()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gmap/
Dgmap_server.cc183 tGATT_STATUS status = p_data->reg_oper.status; in OnGattServerRegister()
184 log::info("status: {}", gatt_status_text(p_data->reg_oper.status)); in OnGattServerRegister()
190 server_if_ = p_data->reg_oper.server_if; in OnGattServerRegister()
Dgmap_server_test.cc72 gatts_cb_data.reg_oper.status = GATT_SUCCESS; in TEST_F()
73 gatts_cb_data.reg_oper.server_if = server_if; in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc152 HAL_CBACK(callbacks, server->register_server_cb, p_data->reg_oper.status, in btapp_gatts_handle_cback()
153 p_data->reg_oper.server_if, p_data->reg_oper.uuid); in btapp_gatts_handle_cback()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h254 tBTA_GATTC_REG reg_oper; /* registration data */ member
423 tBTA_GATTS_REG_OPER reg_oper; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/ras/
Dras_server.cc272 tGATT_STATUS status = p_data->reg_oper.status; in OnGattServerRegister()
273 log::info("status: {}", gatt_status_text(p_data->reg_oper.status)); in OnGattServerRegister()
279 server_if_ = p_data->reg_oper.server_if; in OnGattServerRegister()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hh/
Dbta_hh_le.cc2322 bta_hh_cleanup_disable(static_cast<tBTA_HH_STATUS>(p_data->reg_oper.status)); in bta_hh_gattc_callback()