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.c218 cb_data.reg_oper.server_if = BTA_GATTS_INVALID_IF; in bta_gatts_register()
219 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register()
227 cb_data.reg_oper.server_if = in bta_gatts_register()
245 cb_data.reg_oper.status = status; in bta_gatts_register()
290 cb_data.reg_oper.server_if = p_msg->api_dereg.server_if; in bta_gatts_deregister()
291 cb_data.reg_oper.status = status; in bta_gatts_deregister()
305 cb_data.reg_oper.status = status; in bta_gatts_deregister()
808 cb_data.reg_oper.status = BTA_GATT_OK; in bta_gatts_listen()
809 cb_data.reg_oper.server_if = p_msg->api_listen.server_if; in bta_gatts_listen()
Dbta_gattc_act.c194 cb_data.reg_oper.status = BTA_GATT_NO_RESOURCES; in bta_gattc_register()
218 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if; in bta_gattc_register()
236 memcpy(&(cb_data.reg_oper.app_uuid),p_app_uuid,sizeof(tBT_UUID)); in bta_gattc_register()
238 cb_data.reg_oper.status = status; in bta_gattc_register()
1524 cb_data.reg_oper.client_if = client_if; in bta_gattc_deregister_cmpl()
1525 cb_data.reg_oper.status = BTA_GATT_OK; in bta_gattc_deregister_cmpl()
2027 cb_data.reg_oper.status = BTA_GATT_ERROR; in bta_gattc_listen()
2028 cb_data.reg_oper.client_if = p_msg->api_listen.client_if; in bta_gattc_listen()
2100 cb_data.reg_oper.client_if = p_msg->api_listen.client_if; in bta_gattc_broadcast()
2101 cb_data.reg_oper.status = BTM_BleBroadcast(p_msg->api_listen.start); in bta_gattc_broadcast()
/system/bt/btif/src/
Dbtif_gatt_server.c173 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.uuid); in btapp_gatts_handle_cback()
175 , p_data->reg_oper.status in btapp_gatts_handle_cback()
176 , p_data->reg_oper.server_if in btapp_gatts_handle_cback()
Dbtif_gatt_client.c455 bta_to_btif_uuid(&app_uuid, &p_data->reg_oper.app_uuid); in btif_gattc_upstreams_evt()
457 , p_data->reg_oper.status in btif_gattc_upstreams_evt()
458 , p_data->reg_oper.client_if in btif_gattc_upstreams_evt()
621 , p_data->reg_oper.status in btif_gattc_upstreams_evt()
622 , p_data->reg_oper.client_if in btif_gattc_upstreams_evt()
/system/bt/bta/include/
Dbta_gatt_api.h348 tBTA_GATTC_REG reg_oper; /* registration data */ member
542 tBTA_GATTS_REG_OPER reg_oper; member
/system/bt/bta/hh/
Dbta_hh_le.c2614 bta_hh_le_register_cmpl(&p_data->reg_oper); in bta_hh_gattc_callback()
2618 bta_hh_cleanup_disable(p_data->reg_oper.status); in bta_hh_gattc_callback()
/system/bt/bta/dm/
Dbta_dm_act.c5591 APPL_TRACE_DEBUG("BTA_GATTC_REG_EVT client_if = %d", p_data->reg_oper.client_if); in bta_dm_gattc_callback()
5592 if (p_data->reg_oper.status == BTA_GATT_OK) in bta_dm_gattc_callback()
5593 bta_dm_search_cb.client_if = p_data->reg_oper.client_if; in bta_dm_gattc_callback()