Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gatts_act.c219 cb_data.reg_oper.server_if = BTA_GATTS_INVALID_IF; in bta_gatts_register()
221 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register()
230 cb_data.reg_oper.server_if = in bta_gatts_register()
260 cb_data.reg_oper.status = status; in bta_gatts_register()
305 cb_data.reg_oper.server_if = p_msg->api_dereg.server_if; in bta_gatts_deregister()
306 cb_data.reg_oper.status = status; in bta_gatts_deregister()
320 cb_data.reg_oper.status = status; in bta_gatts_deregister()
831 cb_data.reg_oper.status = BTA_GATT_OK; in bta_gatts_listen()
832 cb_data.reg_oper.server_if = p_msg->api_listen.server_if; in bta_gatts_listen()
Dbta_gattc_act.c193 cb_data.reg_oper.status = BTA_GATT_NO_RESOURCES; in bta_gattc_register()
217 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if; in bta_gattc_register()
243 memcpy(&(cb_data.reg_oper.app_uuid),p_app_uuid,sizeof(tBT_UUID)); in bta_gattc_register()
245 cb_data.reg_oper.status = status; in bta_gattc_register()
1786 cb_data.reg_oper.client_if = client_if; in bta_gattc_deregister_cmpl()
1787 cb_data.reg_oper.status = BTA_GATT_OK; in bta_gattc_deregister_cmpl()
2294 cb_data.reg_oper.status = BTA_GATT_ERROR; in bta_gattc_listen()
2295 cb_data.reg_oper.client_if = p_msg->api_listen.client_if; in bta_gattc_listen()
2367 cb_data.reg_oper.client_if = p_msg->api_listen.client_if; in bta_gattc_broadcast()
2368 cb_data.reg_oper.status = BTM_BleBroadcast(p_msg->api_listen.start); in bta_gattc_broadcast()
/system/bt/btif/src/
Dbtif_gatt_server.c180 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid); in btapp_gatts_handle_cback()
182 , p_data->reg_oper.status in btapp_gatts_handle_cback()
183 , p_data->reg_oper.server_if in btapp_gatts_handle_cback()
Dbtif_gatt_client.c475 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid); in btif_gattc_upstreams_evt()
477 , p_data->reg_oper.status in btif_gattc_upstreams_evt()
478 , p_data->reg_oper.client_if in btif_gattc_upstreams_evt()
663 , p_data->reg_oper.status in btif_gattc_upstreams_evt()
664 , p_data->reg_oper.client_if in btif_gattc_upstreams_evt()
/system/bt/bta/include/
Dbta_gatt_api.h408 tBTA_GATTC_REG reg_oper; /* registration data */ member
608 tBTA_GATTS_REG_OPER reg_oper; member
/system/bt/bta/hh/
Dbta_hh_le.c2867 bta_hh_le_register_cmpl(&p_data->reg_oper); in bta_hh_gattc_callback()
2871 bta_hh_cleanup_disable(p_data->reg_oper.status); in bta_hh_gattc_callback()
/system/bt/bta/dm/
Dbta_dm_act.c5702 APPL_TRACE_DEBUG("BTA_GATTC_REG_EVT client_if = %d", p_data->reg_oper.client_if); in bta_dm_gattc_callback()
5703 if (p_data->reg_oper.status == BTA_GATT_OK) in bta_dm_gattc_callback()
5704 bta_dm_search_cb.client_if = p_data->reg_oper.client_if; in bta_dm_gattc_callback()